3 writes to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2471_dropDown = false; 3561_dropDown = false; 3565_dropDown = true;
3 references to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2564if (_dropDown) 2601if (_dropDown) 3556if (FormattingEnabled && Text != _currentText && _dropDown)