17 references to GetScopingNode
PresentationFramework (17)
System\Windows\Documents\TextContainer.cs (7)
1228containingNode = startPosition.GetScopingNode(); 2258containingNode = startPosition.GetScopingNode(); 2408Invariant.Assert(startPosition.GetScopingNode() == endPosition.GetScopingNode(), "startPosition/endPosition not in same sibling tree!"); 2601Invariant.Assert(startPosition.GetScopingNode() == endPosition.GetScopingNode(), "startPosition/endPosition not in same sibling tree!"); 2653middleSubTree = startPosition.GetScopingNode().ContainedNode;
System\Windows\Documents\TextElement.cs (2)
109SplayTreeNode startNode = start.GetScopingNode(); 110SplayTreeNode endNode = end.GetScopingNode();
System\Windows\Documents\TextPointer.cs (6)
579Invariant.Assert(this.GetScopingNode() is TextTreeRootNode); 2438parent1 = GetScopingNode(); 2439parent2 = textPointer.GetScopingNode(); 2627TextTreeNode scopingNode = GetScopingNode(); 2941return GetScopingNode().GetLogicalTreeNode(); 4062return GetScopingNode().GetDependencyParent();
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (2)
37Invariant.Assert(start.GetScopingNode() == end.GetScopingNode(), "start/end have different scope!");