Logical |
The LogicalMultiValueConverter type exposes the following members.
Name | Description | |
---|---|---|
LogicalMultiValueConverter | Initializes a new instance of the LogicalMultiValueConverter class |
Name | Description | |
---|---|---|
Convert |
Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target.
An input value of null will return null, whereas if the input array contains UnSet then UnSet will be returned.
(Overrides MultiValueConverterConvert(Object, Type, Object, CultureInfo)) | |
ConvertBack |
Converts a value.
(Inherited from MultiValueConverter) | |
ProvideValue |
When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.
(Inherited from MultiValueConverter) |
Name | Description | |
---|---|---|
SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |