14 references to GetSelectionStartAndLength
System.Windows.Forms (14)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2317GetSelectionStartAndLength(out int selStart, out int selLength);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (7)
1774GetSelectionStartAndLength(out int selStart, out int selLength); 1897GetSelectionStartAndLength(out int startPosition, out int selectionLen); 1978GetSelectionStartAndLength(out int selectionStart, out int selectionLen); 2279GetSelectionStartAndLength(out int selStart, out int selLength); 2700GetSelectionStartAndLength(out int selStart, out int selLength); 2806GetSelectionStartAndLength(out int startPosition, out int selectionLen); 2999GetSelectionStartAndLength(out _caretTestPos, out _lastSelLength);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (6)
1244GetSelectionStartAndLength(out int selStart, out int selLength); 1297GetSelectionStartAndLength(out int _, out int length); 1304GetSelectionStartAndLength(out int start, out int length); 1324GetSelectionStartAndLength(out int start, out _); 1519GetSelectionStartAndLength(out int selStart, out int selLength); 1703GetSelectionStartAndLength(out _selectionStart, out _selectionLength);