2 writes to updateCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1565updateCount++; 2042updateCount--;
2 references to updateCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1593return (updateCount == 0); 2043if (updateCount == 0 && AutoCompleteSource == AutoCompleteSource.ListItems)