System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
873AdjustSelectionStartAndEnd(_selectionStart, _selectionLength, out start, out end, -1);
1730AdjustSelectionStartAndEnd(selectionStart, selectionLength, out int start, out int end, textLength);
1844AdjustSelectionStartAndEnd(_selectionStart, _selectionLength, out int start, out int end, -1);