1 write to _sourceType
PresentationFramework (1)
MS\Internal\Data\DefaultValueConverter.cs (1)
38_sourceType = sourceType;
7 references to _sourceType
PresentationFramework (7)
MS\Internal\Data\DefaultValueConverter.cs (7)
404return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture); 439return ConvertTo(o, _sourceType, parameter as DependencyObject, culture); 578if (o == null && !_sourceType.IsValueType) 581if (o != null && _sourceType.IsAssignableFrom(o.GetType())) 586if (_sourceType == typeof(String)) 590EnsureConverter(_sourceType); 591return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture);