2 references to Range
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
2321
textDocument.Value->
Range
(WindowText.Length - 1, WindowText.Length - 1, windowTextRange).ThrowOnFailure();
2338
textDocument.Value->
Range
(selStart, selStart + selLength, selectionTextRange).ThrowOnFailure();