2 writes to _updateCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1435_updateCount++; 1948_updateCount--;
2 references to _updateCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1454return _updateCount == 0; 1949if (_updateCount == 0 && AutoCompleteSource == AutoCompleteSource.ListItems)