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