WPFCustomControls::Converters Namespace Reference

Classes

class   AlignmentToVisibilityConverter
  A converter for the GridSplitter ControlTemplate. More...
class   AndMultiValueConverter
  Converts a set of Boolean input values into a single Boolean output value by performing a logical 'and. More...
class   BindingDebuggingConverter
  <exclude> More...
class   BooleanMappingConverter
  Maps Object Equality to Boolean values. More...
class   BooleanValueInverter
  Converts a Boolean value by inverting it. More...
class   ColorToSolidColorBrushConverter
  Converts a SolidColorBrush to a Color. More...
class   DefaultTextConverter
  Provides the DefaultText value if the value given to Convert is null, UnsetValue, or an empty string. More...
class   DoubleToStringConverter
  A value converter (used by WPF) to convert a Double value into a string, and vice-versa. More...
class   DrawingColorConverter
  Converts between System.Drawing.Color and System.Windows.Media.Color. More...
class   EnumConverter
  Converts from Enum values to human-readable localizable Strings. More...
class   FileNameConverter
  Converts a path to just the filename component. More...
class   IntegerToDecimalConverter
  Converts to and from decimal format. More...
class   IntegerToStringConverter
  A value converter (used by WPF) to convert a Int32 value into a string, and vice-versa. More...
class   IsNotNullConverter
  A useful converter for checking if a value is not null. More...
class   IsNullConverter
  A useful converter for checking if a value is null. More...
class   LessThanConverter
  Converts an IComparable value to Boolean given by evaluating if the IComparable is less than the converter parameter. More...
class   MappingConverter
  Converter for mapping from one set of arbitrary values to another set of values, using Object.Equals. More...
class   MultiBooleanToVisibilityConverter
  Converts a sequence of booleans and returns Visible or Collapsed according to the logical result. More...
class   NAndMultiConverter
  Performs an AND on a list of booleans and returns the NOT value of this. More...
class   NumberToStringConverter
  A generic converter that will parse a string using the format of a the supplied NumberType. More...
class   OrMultiValueConverter
  Converts a set of Boolean input values into a single Boolean output value by performing a logical 'or. More...
class   ResourceKeyConverter
  Uses the input value as a resource key to look up a string resource in the given ResourceManager. More...
class   VisibilityConverter
  Converts between boolean values and the Visibility enum. More...
class   WrapWithCollectionConverter
  Converts a single object to a ReadOnlyCollection containing that single object. More...