1 write to _sourceType
PresentationFramework (1)
src\Framework\MS\Internal\Data\DefaultValueConverter.cs (1)
45_sourceType = sourceType;
7 references to _sourceType
PresentationFramework (7)
src\Framework\MS\Internal\Data\DefaultValueConverter.cs (7)
412return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture); 447return ConvertTo(o, _sourceType, parameter as DependencyObject, culture); 586if (o == null && !_sourceType.IsValueType) 589if (o != null && _sourceType.IsAssignableFrom(o.GetType())) 594if (_sourceType == typeof(String)) 598EnsureConverter(_sourceType); 599return ConvertFrom(o, _sourceType, parameter as DependencyObject, culture);