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