1 write to comboBox
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
4004
this.
comboBox
= comboBox;
2 references to comboBox
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
4017
String itemName1 =
comboBox
.GetItemText(item1);
4018
String itemName2 =
comboBox
.GetItemText(item2);