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