Classes
AddDoubleConverter
Adds a double provided via the converter parameter to the value.
BitmapConverter
Implements methods to convert bitmap sources.
BooleanConverter<T>
Base class for converting boolean values.
BooleanMultiConverterExtension
Converts a few boolean values to one boolean value depending on the boolean operation
BooleanToVisibilityConverter
Implements bool to Visibility Visibility converter.
CalculateDoubleConverter
Converts an IConvertible by applying a calculation operation with a value provided by the ConverterParameter. Or applies the calculation operation to every value when used as IMultiValueConverter.
ColorToBrushConverter
Converts given Color to SolidColorBrush
ConverterExtensionBase
Base class for value converter.
DoubleComparisonToBooleanConverter
Compares a double to the converter parameter and converts to a boolean. If used as IMultiValueConverter the first value is compared to the second.
EmptyEnumerableToVisibilityConverter
Converter an enumerable to Visibility.Collapsed
EmptyStringToVisibilityConverter
Converts an string to Visibility. If the string is null or empty the Null value is returned.
FlagEnumToBooleanConverter
Converts an enumeration to a boolean if the given enum value has the flag provided by the converter parameter.
FormattingConverter
Converts multi values according to a bound format string.
HasIDataErrorInfoToBooleanConverter
Checks whether the value to convert implements IDataErrorInfo.
InverseBooleanConverter
Inverse convertion of a boolean
IsTypeConverter
Converts an object to a Boolean. Yields True if the object is of the Type provided by the converter parameter.
MarkdownLinkConverter
Converts a string containing markdown style links to a TextBlock.
MultiBooleanToVisibilityConverterExtension
Converts a few boolean values to a Visibility value depending on the boolean operation
MultiConverterExtensionBase
Base class for MultiValueConverter
NullConverter<T>
Implements an abstract null converter.
NullOrEmptyConverter<T, TResult>
Implements an abstract null or empty converter.
NullToBooleanConverter
Converts a value to true if it is not null, otherwise to false.
NullToVisibilityConverter
Converts a value to Visible if it is not null, otherwise to Collapsed.
PanelWidthConverter
Converts the ActualWidth of the Parent window to the width of the "FilterControl".
PopupWidthConverter
StringIsNullOrEmptyToBooleanConverter
Converts a string to a boolean depending whether the string is null or empty
StringToResourceConverter
Get a Resource by Key
ThicknessMultiConverter
This converter takes values and converts them to a Thickness:
ToUpperStringConverter
Converts a string to upper case.
TreeViewItemDepthToIndentionConverter
Converts to the correct left margin for a TreeViewItem based on its level depth in the TreeView.
ValidationSeverityToVisibilityConverter
Convert ValidationSeverity to visibility.
VisibilityToBooleanConverter
Converts the Visibility to a bool where Visible equals true and Collapsed equals false.
VisibilityToGridLengthConverter
converts visibility property to * or Auto
Enums
BoolOperation
Defines boolean operations
CalcOperation
Defines a calculation operation
ComparisonType
The type of comparison used in the DoubleComparisonToBooleanConverter