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