5 references to Select
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1070Select(SelectionStart, value); 1092Select(value, SelectionLength); 3042Select(0, Text.Length); 3357Select(0, int.MaxValue);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
317public void Select(int start, int length) { ComboBox.Select(start, length); }