1 write to _targetType
PresentationFramework (1)
src\Framework\MS\Internal\Data\DefaultValueConverter.cs (1)
460
_targetType
= targetType;
1 reference to _targetType
PresentationFramework (1)
src\Framework\MS\Internal\Data\DefaultValueConverter.cs (1)
465
return System.Convert.ChangeType(o,
_targetType
, culture);