3 writes to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2481_dropDown = false; 3562_dropDown = false; 3566_dropDown = true;
3 references to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2574if (_dropDown) 2611if (_dropDown) 3557if (FormattingEnabled && Text != _currentText && _dropDown)