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