2 writes to selectionLength
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
1576GetSelectionStartAndLength( out this.selectionStart, out this.selectionLength ); 1964this.selectionLength = length;
2 references to selectionLength
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
1008AdjustSelectionStartAndEnd( this.selectionStart, this.selectionLength, out start, out end, -1 ); 2062AdjustSelectionStartAndEnd(this.selectionStart, this.selectionLength, out start, out end, -1);