2 writes to _updateCount
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
4299_updateCount++; 4948_updateCount--;
4 references to _updateCount
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
4294if (_updateCount == 0) 4945if (_updateCount > 0) 4949if (_updateCount == 0) 5224internal bool IsUpdating() => _updateCount > 0;