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