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