3 references to AdjustSelectionStartAndEnd
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
1141
AdjustSelectionStartAndEnd
(_selectionStart, _selectionLength, out start, out end, -1);
2161
AdjustSelectionStartAndEnd
(
2267
AdjustSelectionStartAndEnd
(_selectionStart, _selectionLength, out int start, out int end, -1);