2 writes to _selectionLength
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
1410GetSelectionStartAndLength(out _selectionStart, out _selectionLength); 1769_selectionLength = selectionLength;
2 references to _selectionLength
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
879AdjustSelectionStartAndEnd(_selectionStart, _selectionLength, out start, out end, -1); 1867AdjustSelectionStartAndEnd(_selectionStart, _selectionLength, out int start, out int end, -1);