2 references to HandleDropDown
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (2)
563
comboBox.DropDown += new EventHandler(
HandleDropDown
);
580
comboBox.DropDown -= new EventHandler(
HandleDropDown
);