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