2 references to GetPreviousNodeAndEdge
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (1)
652
moved = TextPointer.
GetPreviousNodeAndEdge
(node, edge, this.PlainTextOnly, out node, out edge);
System\Windows\Documents\TextPointer.cs (1)
3261
return
GetPreviousNodeAndEdge
(_node, this.Edge, _tree.PlainTextOnly, out node, out edge);