1 write to _sourceType
PresentationFramework (1)
MS\Internal\Data\DefaultValueConverter.cs (1)
37_sourceType = sourceType;
7 references to _sourceType
PresentationFramework (7)
MS\Internal\Data\DefaultValueConverter.cs (7)
402return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture); 437return ConvertTo(o, _sourceType, parameter as DependencyObject, culture); 576if (o == null && !_sourceType.IsValueType) 579if (o != null && _sourceType.IsAssignableFrom(o.GetType())) 584if (_sourceType == typeof(String)) 588EnsureConverter(_sourceType); 589return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture);