3 writes to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2477
_dropDown
= false;
3558
_dropDown
= false;
3562
_dropDown
= true;
3 references to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2570
if (
_dropDown
)
2607
if (
_dropDown
)
3553
if (FormattingEnabled && Text != _currentText &&
_dropDown
)