2 writes to _updateCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1357_updateCount++; 1875_updateCount--;
2 references to _updateCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1376return _updateCount == 0; 1876if (_updateCount == 0 && AutoCompleteSource == AutoCompleteSource.ListItems)