12 references to Node
PresentationFramework (12)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
162
ContentLocatorPart newLocatorPart = CreateLocatorPart(node.
Node
);
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
114
DocumentPageView dpv = node.
Node
as DocumentPageView;
128
FixedTextSelectionProcessor.FixedPageProxy fPage = node.
Node
as FixedTextSelectionProcessor.FixedPageProxy;
MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
368
SubTreeProcessor processor = GetSubTreeProcessor(pathRoot.
Node
);
676
SubTreeProcessor newProcessor = GetSubTreeProcessor(startNode.
Node
);
724
IList<ContentLocatorPart> locatorParts = selProcessor.GenerateLocatorParts(selection, startNode.
Node
);
761
SubTreeProcessor processor = GetSubTreeProcessor(node.
Node
);
MS\Internal\Annotations\Anchoring\PathNode.cs (5)
71
return _node.Equals(otherNode.
Node
);
320
Debug.Assert(path.
Node
.Equals(branch.
Node
), "path.Node is not equal to branch.Node");
326
while (fp.
Node
.Equals(sp.
Node
) && sp._children.Count > 0)