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