3 writes to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2481
_dropDown
= false;
3562
_dropDown
= false;
3566
_dropDown
= true;
3 references to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2574
if (
_dropDown
)
2611
if (
_dropDown
)
3557
if (FormattingEnabled && Text != _currentText &&
_dropDown
)