System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
873AdjustSelectionStartAndEnd(_selectionStart, _selectionLength, out start, out end, -1);
1738AdjustSelectionStartAndEnd(start, length, out int s, out int e, textLen);
1850AdjustSelectionStartAndEnd(_selectionStart, _selectionLength, out int start, out int end, -1);