2 writes to _updateCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1431_updateCount++; 1944_updateCount--;
2 references to _updateCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1450return _updateCount == 0; 1945if (_updateCount == 0 && AutoCompleteSource == AutoCompleteSource.ListItems)