3 writes to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2574_dropDown = false; 3667_dropDown = false; 3671_dropDown = true;
3 references to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2667if (_dropDown) 2704if (_dropDown) 3662if (FormattingEnabled && Text != _currentText && _dropDown)