Class | Description | |
---|---|---|
CommandGenerator | Implements a value converter that generates an ICommand implementation using reflection. | |
EnumBooleanConverter | Represents a converter that converts enum values to and from boolean values. | |
IntMatchToBooleanConverter | Represents a converter that converts an integer to and from boolean values. The boolean value depends on whether the specified integer matches the parameter passed. | |
SimpleChainConverter | Represents a chain of converters that performs convert operation is the order of listing the converters. | |
VisToBool | Represents a converter that converts Boolean values to and from Visibility enumeration values. |