1 write to _targetType
PresentationFramework (1)
MS\Internal\Data\DataBindEngine.cs (1)
669
_targetType
= targetType;
3 references to _targetType
PresentationFramework (3)
MS\Internal\Data\DataBindEngine.cs (3)
673
public override int GetHashCode() => _sourceType.GetHashCode() +
_targetType
.GetHashCode();
679
_targetType
== other.
_targetType
&&