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