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)
79
get { return
_targetType
; }
113
return _sourceType.GetHashCode() +
_targetType
.GetHashCode();