3 writes to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2464_dropDown = false; 3545_dropDown = false; 3549_dropDown = true;
3 references to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2557if (_dropDown) 2594if (_dropDown) 3540if (FormattingEnabled && Text != _currentText && _dropDown)