1 write to _sourceType
PresentationFramework (1)
MS\Internal\Data\DefaultValueConverter.cs (1)
42_sourceType = sourceType;
7 references to _sourceType
PresentationFramework (7)
MS\Internal\Data\DefaultValueConverter.cs (7)
408return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture); 443return ConvertTo(o, _sourceType, parameter as DependencyObject, culture); 582if (o == null && !_sourceType.IsValueType) 585if (o != null && _sourceType.IsAssignableFrom(o.GetType())) 590if (_sourceType == typeof(String)) 594EnsureConverter(_sourceType); 595return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture);