1 write to _targetType
PresentationFramework (1)
System\Windows\Data\ValueConversionAttribute.cs (1)
57
_targetType
= targetType;
2 references to _targetType
PresentationFramework (2)
System\Windows\Data\ValueConversionAttribute.cs (2)
73
get { return
_targetType
; }
107
return _sourceType.GetHashCode() +
_targetType
.GetHashCode();