4 references to DropDown
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
948
this.EditingComboBox.
DropDown
-= new EventHandler(ComboBox_DropDown);
1576
comboBox.
DropDown
+= new EventHandler(ComboBox_DropDown);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (2)
563
comboBox.
DropDown
+= new EventHandler(HandleDropDown);
580
comboBox.
DropDown
-= new EventHandler(HandleDropDown);