2 references to OnDropDown
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3566
OnDropDown
(EventArgs.Empty);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComboBoxTests.cs (1)
2902
public new void OnDropDown(EventArgs e) => base.
OnDropDown
(e);