2 writes to _selectionStart
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
1387
GetSelectionStartAndLength(out
_selectionStart
, out _selectionLength);
1745
_selectionStart
= selectionStart;
2 references to _selectionStart
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
873
AdjustSelectionStartAndEnd(
_selectionStart
, _selectionLength, out start, out end, -1);
1844
AdjustSelectionStartAndEnd(
_selectionStart
, _selectionLength, out int start, out int end, -1);