12 references to Node
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
181ContentLocatorPart newLocatorPart = CreateLocatorPart(node.Node);
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
127DocumentPageView dpv = node.Node as DocumentPageView; 141FixedTextSelectionProcessor.FixedPageProxy fPage = node.Node as FixedTextSelectionProcessor.FixedPageProxy;
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
396SubTreeProcessor processor = GetSubTreeProcessor(pathRoot.Node); 713SubTreeProcessor newProcessor = GetSubTreeProcessor(startNode.Node); 761IList <ContentLocatorPart> locatorParts = selProcessor.GenerateLocatorParts(selection, startNode.Node); 798SubTreeProcessor processor = GetSubTreeProcessor(node.Node);
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (5)
83return _node.Equals(otherNode.Node); 334Debug.Assert(path.Node.Equals(branch.Node), "path.Node is not equal to branch.Node"); 340while (fp.Node.Equals(sp.Node) && sp._children.Count > 0)