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