4 references to Selection
PresentationFramework (4)
System\Windows\Controls\RichTextBox.cs (3)
571return Selection.MovingPosition; 577if (!Selection.Start.IsInSameDocument(value)) 581Selection.SetCaretToPosition(value, value.LogicalDirection, /*allowStopAtLineEnd:*/true, /*allowStopNearSpace:*/false);
System\windows\Documents\TextEditorTyping.cs (1)
279if (richTextBox.Selection.IsEmpty)