2 writes to Loading
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorPage.cs (2)
136protected void EnterLoadingMode() => Loading++; 148Loading--;
2 references to Loading
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorPage.cs (2)
143if (Loading == 0) 174protected bool IsLoading() => Loading != 0;