39 references to GetNextNode
PresentationFramework (39)
System\Windows\Documents\TextContainer.cs (17)
641
TextTreeTextNode nextTextNode = ((direction == LogicalDirection.Forward) ? node.
GetNextNode
() : node.GetPreviousNode()) as TextTreeTextNode;
855
(position.Edge == ElementEdge.BeforeStart && position.Node.
GetNextNode
() is TextTreeTextNode && position.Node.
GetNextNode
().SymbolCount > 0));
1068
formerFirstIMEVisibleNode = (TextTreeTextElementNode)elementNode.
GetNextNode
();
2082
for (node = firstChildNode; node != null; node = node.
GetNextNode
())
2174
nextNode = textNode.
GetNextNode
();
2187
Invariant.Assert(nextNode.
GetNextNode
() == null || nextNode.
GetNextNode
().SymbolCount > 0, "Found three consecutive zero-width text nodes! (2)");
2219
nextNode = textNode.
GetNextNode
();
2450
nextNode = node.
GetNextNode
();
2562
node = (TextTreeNode)node.
GetNextNode
();
2671
rightSubTree = endPosition.Node.
GetNextNode
();
2684
middleSubTree = leftSubTree.
GetNextNode
();
2855
nextNode = (TextTreeTextElementNode)elementNode.
GetNextNode
();
2993
nextNode = (TextTreeNode)elementNode.
GetNextNode
();
3164
node = (TextTreeNode)node.
GetNextNode
();
3287
for (textBlock = (TextTreeTextBlock)_rootNode.RootTextBlock.ContainedNode.GetMinSibling(); textBlock != null; textBlock = (TextTreeTextBlock)textBlock.
GetNextNode
())
System\Windows\Documents\TextElement.cs (1)
1428
TextTreeTextElementNode node = _textElementNode.
GetNextNode
() as TextTreeTextElementNode;
System\Windows\Documents\TextPointer.cs (10)
603
textNode = ((direction == LogicalDirection.Forward) ? textNode.
GetNextNode
() : textNode.GetPreviousNode()) as TextTreeTextNode;
1799
textNode = ((direction == LogicalDirection.Forward) ? textNode.
GetNextNode
() : textNode.GetPreviousNode()) as TextTreeTextNode;
2254
newNode = _node.
GetNextNode
();
2872
sibling = node.
GetNextNode
();
3161
endedAdjacentToTextNode = newNode.
GetNextNode
() is TextTreeTextNode;
3179
newNode = currentNode.
GetNextNode
();
3194
nextNode = currentNode.
GetNextNode
();
3208
endedAdjacentToTextNode = newNode.
GetNextNode
() is TextTreeTextNode;
3463
nextNode = (TextTreeNode)node.
GetNextNode
();
4042
newNode = node.
GetNextNode
();
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (3)
235
node = textNode.
GetNextNode
();
263
return (TextTreeNode)objectNode.
GetNextNode
();
284
return (TextTreeNode)elementNode.
GetNextNode
();
System\Windows\Documents\TextTreeDumper.cs (1)
172
for (; node != null; node = node.
GetNextNode
())
System\Windows\Documents\TextTreeText.cs (4)
93
firstBlock = (TextTreeTextBlock)firstBlock.
GetNextNode
();
107
firstRemoveBlock = firstBlock.
GetNextNode
();
183
block = (TextTreeTextBlock)block.
GetNextNode
();
340
neighborBlock = (TextTreeTextBlock)leftBlock.
GetNextNode
();
System\Windows\Documents\TextTreeTextNode.cs (3)
146
mergeNode = node.
GetNextNode
() as TextTreeTextNode;
218
nextNode = (TextTreeNode)
GetNextNode
();
516
nextNode = previousNode.
GetNextNode
() as TextTreeTextNode;