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