17 references to GetScopingNode
PresentationFramework (17)
System\Windows\Documents\TextContainer.cs (7)
1232containingNode = startPosition.GetScopingNode(); 2271containingNode = startPosition.GetScopingNode(); 2430Invariant.Assert(startPosition.GetScopingNode() == endPosition.GetScopingNode(), "startPosition/endPosition not in same sibling tree!"); 2623Invariant.Assert(startPosition.GetScopingNode() == endPosition.GetScopingNode(), "startPosition/endPosition not in same sibling tree!"); 2675middleSubTree = startPosition.GetScopingNode().ContainedNode;
System\Windows\Documents\TextElement.cs (2)
113SplayTreeNode startNode = start.GetScopingNode(); 117SplayTreeNode endNode = end.GetScopingNode();
System\Windows\Documents\TextPointer.cs (6)
580Invariant.Assert(this.GetScopingNode() is TextTreeRootNode); 2439parent1 = GetScopingNode(); 2440parent2 = textPointer.GetScopingNode(); 2628TextTreeNode scopingNode = GetScopingNode(); 2942return GetScopingNode().GetLogicalTreeNode(); 4063return GetScopingNode().GetDependencyParent();
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (2)
38Invariant.Assert(start.GetScopingNode() == end.GetScopingNode(), "start/end have different scope!");