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)
83return _node.Equals(otherNode.Node); 93if (_node == null) 96return _node.GetHashCode(); 127get { return _node; }