1 write to _targetType
PresentationFramework (1)
MS\Internal\Data\DefaultValueConverter.cs (1)
38_targetType = targetType;
7 references to _targetType
PresentationFramework (7)
MS\Internal\Data\DefaultValueConverter.cs (7)
397return ConvertTo(o, _targetType, parameter as DependencyObject, culture); 432return ConvertFrom(o, _targetType, parameter as DependencyObject, culture); 617if ((o != null && _targetType.IsAssignableFrom(o.GetType())) || 618(o == null && !_targetType.IsValueType)) 623if (_targetType == typeof(String)) 627EnsureConverter(_targetType); 628return ConvertFrom(o, _targetType, parameter as DependencyObject, culture);