2 writes to _updateCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1340_updateCount++; 1861_updateCount--;
2 references to _updateCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1359return _updateCount == 0; 1862if (_updateCount == 0 && AutoCompleteSource == AutoCompleteSource.ListItems)