2 writes to SelectionStart
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1356
SelectionStart
= 0;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
443
set { ComboBox.
SelectionStart
= value;}
3 references to SelectionStart
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1121
return Text.Substring(
SelectionStart
, SelectionLength);
1157
Select(
SelectionStart
, value);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
442
get { return ComboBox.
SelectionStart
; }