1 write to _targetType
PresentationFramework (1)
MS\Internal\Data\DefaultValueConverter.cs (1)
43_targetType = targetType;
7 references to _targetType
PresentationFramework (7)
MS\Internal\Data\DefaultValueConverter.cs (7)
403return ConvertTo(o, _targetType, parameter as DependencyObject, culture); 438return ConvertFrom(o, _targetType, parameter as DependencyObject, culture); 623if ((o != null && _targetType.IsAssignableFrom(o.GetType())) || 624(o == null && !_targetType.IsValueType)) 629if (_targetType == typeof(String)) 633EnsureConverter(_targetType); 634return ConvertFrom(o, _targetType, parameter as DependencyObject, culture);