2 references to GetNextNodeAndEdge
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
668moved = TextPointer.GetNextNodeAndEdge(node, edge, this.PlainTextOnly, out node, out edge);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
3123return GetNextNodeAndEdge(_node, this.Edge, _tree.PlainTextOnly, out node, out edge);