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