2 writes to updateCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
5604updateCount++; 6238updateCount--;
4 references to updateCount
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
5603if (updateCount == 0) SendMessage(NativeMethods.WM_SETREDRAW, 0, 0); 6236if (updateCount > 0) { 6239if (updateCount == 0) { 6538return (updateCount > 0);