1 write to _hashCode
PresentationFramework (1)
MS\Internal\Data\ViewManager.cs (1)
154
_hashCode
= (target != null) ? target.GetHashCode() : 314159;
1 reference to _hashCode
PresentationFramework (1)
MS\Internal\Data\ViewManager.cs (1)
176
return
_hashCode
;