3 writes to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2533_dropDown = false; 3635_dropDown = false; 3639_dropDown = true;
3 references to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2626if (_dropDown) 2663if (_dropDown) 3630if (FormattingEnabled && Text != _currentText && _dropDown)