3 writes to Loading
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorPage.cs (2)
136protected void EnterLoadingMode() => Loading++; 148Loading--;
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
952set => base.Loading = value;
3 references to Loading
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorPage.cs (2)
143if (Loading == 0) 174protected bool IsLoading() => Loading != 0;
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
951get => base.Loading;