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