17 references to GetScopingNode
PresentationFramework (17)
System\Windows\Documents\TextContainer.cs (7)
1237
containingNode = startPosition.
GetScopingNode
();
2276
containingNode = startPosition.
GetScopingNode
();
2435
Invariant.Assert(startPosition.
GetScopingNode
() == endPosition.
GetScopingNode
(), "startPosition/endPosition not in same sibling tree!");
2628
Invariant.Assert(startPosition.
GetScopingNode
() == endPosition.
GetScopingNode
(), "startPosition/endPosition not in same sibling tree!");
2680
middleSubTree = startPosition.
GetScopingNode
().ContainedNode;
System\Windows\Documents\TextElement.cs (2)
114
SplayTreeNode startNode = start.
GetScopingNode
();
118
SplayTreeNode endNode = end.
GetScopingNode
();
System\Windows\Documents\TextPointer.cs (6)
585
Invariant.Assert(this.
GetScopingNode
() is TextTreeRootNode);
2444
parent1 =
GetScopingNode
();
2445
parent2 = textPointer.
GetScopingNode
();
2633
TextTreeNode scopingNode =
GetScopingNode
();
2947
return
GetScopingNode
().GetLogicalTreeNode();
4068
return
GetScopingNode
().GetDependencyParent();
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (2)
40
Invariant.Assert(start.
GetScopingNode
() == end.
GetScopingNode
(), "start/end have different scope!");