14 references to GetSelectionStartAndLength
System.Windows.Forms (14)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (7)
1780GetSelectionStartAndLength(out int selStart, out int selLength); 1903GetSelectionStartAndLength(out int startPosition, out int selectionLen); 1984GetSelectionStartAndLength(out int selectionStart, out int selectionLen); 2296GetSelectionStartAndLength(out int selStart, out int selLength); 2720GetSelectionStartAndLength(out int selStart, out int selLength); 2826GetSelectionStartAndLength(out int startPosition, out int selectionLen); 3017GetSelectionStartAndLength(out _caretTestPos, out _lastSelLength);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (7)
965GetSelectionStartAndLength(out int selStart, out int selLength); 1020GetSelectionStartAndLength(out int start, out int length); 1029GetSelectionStartAndLength(out int selStart, out int selLength); 1051GetSelectionStartAndLength(out int selStart, out _); 1232GetSelectionStartAndLength(out int selStart, out int selLength); 1395GetSelectionStartAndLength(out _selectionStart, out _selectionLength); 1658GetSelectionStartAndLength(out int selStart, out int selLength);