4 references to Selection
PresentationFramework (4)
src\Framework\System\Windows\Controls\RichTextBox.cs (3)
582return Selection.MovingPosition; 591if (!Selection.Start.IsInSameDocument(value)) 595Selection.SetCaretToPosition(value, value.LogicalDirection, /*allowStopAtLineEnd:*/true, /*allowStopNearSpace:*/false);
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
283if (richTextBox.Selection.IsEmpty)