4 writes to loading
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (4)
55loading = 0; 132set { loading = value; } 229loading++; 239loading--;
3 references to loading
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (3)
131get { return loading; } 238Debug.Assert(loading > 0, "Unbalanced Enter/ExitLoadingMode calls"); 279return loading != 0;