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