3 writes to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2587
_dropDown
= false;
3680
_dropDown
= false;
3684
_dropDown
= true;
3 references to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2680
if (
_dropDown
)
2717
if (
_dropDown
)
3675
if (FormattingEnabled && Text != _currentText &&
_dropDown
)