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