2 writes to _updateCount
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
4394_updateCount++; 5083_updateCount--;
4 references to _updateCount
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
4389if (_updateCount == 0) 5080if (_updateCount > 0) 5084if (_updateCount == 0) 5359internal bool IsUpdating() => _updateCount > 0;