1 write to _node
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
46
_node
= node;
4 references to _node
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\PathNode.cs (4)
71
return
_node
.Equals(otherNode.Node);
81
if (
_node
== null)
84
return
_node
.GetHashCode();
115
get { return
_node
; }