4 references to ConvertFrom
PresentationFramework (4)
MS\Internal\Data\DefaultValueConverter.cs (4)
402return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture);
432return ConvertFrom(o, _targetType, parameter as DependencyObject, culture);
589return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture);
628return ConvertFrom(o, _targetType, parameter as DependencyObject, culture);