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