17 references to GetScopingNode
PresentationFramework (17)
src\Framework\System\Windows\Documents\TextContainer.cs (7)
1252
containingNode = startPosition.
GetScopingNode
();
2291
containingNode = startPosition.
GetScopingNode
();
2450
Invariant.Assert(startPosition.
GetScopingNode
() == endPosition.
GetScopingNode
(), "startPosition/endPosition not in same sibling tree!");
2643
Invariant.Assert(startPosition.
GetScopingNode
() == endPosition.
GetScopingNode
(), "startPosition/endPosition not in same sibling tree!");
2695
middleSubTree = startPosition.
GetScopingNode
().ContainedNode;
src\Framework\System\Windows\Documents\TextElement.cs (2)
119
SplayTreeNode startNode = start.
GetScopingNode
();
123
SplayTreeNode endNode = end.
GetScopingNode
();
src\Framework\System\Windows\Documents\TextPointer.cs (6)
596
Invariant.Assert(this.
GetScopingNode
() is TextTreeRootNode);
2464
parent1 =
GetScopingNode
();
2465
parent2 = textPointer.
GetScopingNode
();
2659
TextTreeNode scopingNode =
GetScopingNode
();
2973
return
GetScopingNode
().GetLogicalTreeNode();
4094
return
GetScopingNode
().GetDependencyParent();
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (2)
46
Invariant.Assert(start.
GetScopingNode
() == end.
GetScopingNode
(), "start/end have different scope!");