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