7 references to Select
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
980Select(SelectionStart, value); 1002Select(value, SelectionLength); 2931Select(0, Text.Length); 3255Select(0, int.MaxValue);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
317public void Select(int start, int length) { ComboBox.Select(start, length); }
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
351_toolStripComboBox.ComboBox.Select(0, 5); 420_toolStripComboBox.ComboBox.Select(0, 5);