4 references to Select
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (3)
1157Select(SelectionStart, value); 1180Select(value, SelectionLength); 3268Select(0, Int32.MaxValue);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
485public void Select(int start, int length) { ComboBox.Select(start, length); }