src\Framework\MS\Internal\Data\DefaultValueConverter.cs (4)
412return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture);
442return ConvertFrom(o, _targetType, parameter as DependencyObject, culture);
599return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture);
638return ConvertFrom(o, _targetType, parameter as DependencyObject, culture);