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