3 writes to dropDown
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
2607dropDown = false; 3580dropDown = false; 3584dropDown = true;
3 references to dropDown
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
2679if (dropDown) { 2708if (dropDown) { 3577if (FormattingEnabled && Text != currentText && dropDown) {