7 references to Select
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
980
Select
(SelectionStart, value);
1002
Select
(value, SelectionLength);
2931
Select
(0, Text.Length);
3255
Select
(0, int.MaxValue);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
317
public 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);