1 write to _targetType
PresentationFramework (1)
MS\Internal\Data\DefaultValueConverter.cs (1)
39_targetType = targetType;
7 references to _targetType
PresentationFramework (7)
MS\Internal\Data\DefaultValueConverter.cs (7)
399return ConvertTo(o, _targetType, parameter as DependencyObject, culture); 434return ConvertFrom(o, _targetType, parameter as DependencyObject, culture); 619if ((o != null && _targetType.IsAssignableFrom(o.GetType())) || 620(o == null && !_targetType.IsValueType)) 625if (_targetType == typeof(String)) 629EnsureConverter(_targetType); 630return ConvertFrom(o, _targetType, parameter as DependencyObject, culture);