1 write to _node
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
35_node = node;
4 references to _node
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\PathNode.cs (4)
60return _node.Equals(otherNode.Node); 70if (_node == null) 73return _node.GetHashCode(); 104get { return _node; }