7 references to Select
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
994
Select
(SelectionStart, value);
1016
Select
(value, SelectionLength);
2937
Select
(0, Text.Length);
3252
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)
349
_toolStripComboBox.ComboBox.
Select
(0, 5);
418
_toolStripComboBox.ComboBox.
Select
(0, 5);