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