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)
408
return ConvertFrom(o,
_sourceType
, parameter as DependencyObject, culture);
443
return ConvertTo(o,
_sourceType
, parameter as DependencyObject, culture);
582
if (o == null && !
_sourceType
.IsValueType)
585
if (o != null &&
_sourceType
.IsAssignableFrom(o.GetType()))
590
if (
_sourceType
== typeof(String))
594
EnsureConverter(
_sourceType
);
595
return ConvertFrom(o,
_sourceType
, parameter as DependencyObject, culture);