1 write to _node
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
58
_node
= node;
4 references to _node
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (4)
83
return
_node
.Equals(otherNode.Node);
93
if (
_node
== null)
96
return
_node
.GetHashCode();
127
get { return
_node
; }