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