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)
404
return ConvertFrom(o,
_sourceType
, parameter as DependencyObject, culture);
439
return ConvertTo(o,
_sourceType
, parameter as DependencyObject, culture);
578
if (o == null && !
_sourceType
.IsValueType)
581
if (o != null &&
_sourceType
.IsAssignableFrom(o.GetType()))
586
if (
_sourceType
== typeof(String))
590
EnsureConverter(
_sourceType
);
591
return ConvertFrom(o,
_sourceType
, parameter as DependencyObject, culture);