1 write to _targetType
PresentationFramework (1)
src\Framework\System\Windows\Data\ValueConversionAttribute.cs (1)
63_targetType = targetType;
2 references to _targetType
PresentationFramework (2)
src\Framework\System\Windows\Data\ValueConversionAttribute.cs (2)
79get { return _targetType; } 113return _sourceType.GetHashCode() + _targetType.GetHashCode();