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