1 write to _node
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
36_node = node;
4 references to _node
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\PathNode.cs (4)
61return _node.Equals(otherNode.Node); 71if (_node == null) 74return _node.GetHashCode(); 105get { return _node; }