3 writes to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2471
_dropDown
= false;
3561
_dropDown
= false;
3565
_dropDown
= true;
3 references to _dropDown
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2564
if (
_dropDown
)
2601
if (
_dropDown
)
3556
if (FormattingEnabled && Text != _currentText &&
_dropDown
)