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