2 references to SetCaretToPosition
PresentationFramework (2)
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
595Selection.SetCaretToPosition(value, value.LogicalDirection, /*allowStopAtLineEnd:*/true, /*allowStopNearSpace:*/false);
src\Framework\System\windows\Documents\TextSelection.cs (1)
1392this.SetCaretToPosition(cellStart, LogicalDirection.Backward, /*allowStopAtLineEnd:*/false, /*allowStopNearSpace:*/false);