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