2 writes to selectionStart
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
1576
GetSelectionStartAndLength( out this.
selectionStart
, out this.selectionLength );
1963
this.
selectionStart
= start;
2 references to selectionStart
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);