4 references to ConvertFrom
PresentationFramework (4)
MS\Internal\Data\DefaultValueConverter.cs (4)
408return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture);
438return ConvertFrom(o, _targetType, parameter as DependencyObject, culture);
595return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture);
634return ConvertFrom(o, _targetType, parameter as DependencyObject, culture);