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