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)
2557
if (
_dropDown
)
2594
if (
_dropDown
)
3540
if (FormattingEnabled && Text != _currentText &&
_dropDown
)