3 writes to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2477_dropDown = false; 3558_dropDown = false; 3562_dropDown = true;
3 references to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2570if (_dropDown) 2607if (_dropDown) 3553if (FormattingEnabled && Text != _currentText && _dropDown)