1 implementation of Loading
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
856
bool IDesignerHost.
Loading
=>
23 references to Loading
System.Windows.Forms.Design (23)
System\ComponentModel\Design\DesignerEventService.cs (1)
84
if (ce.Component?.Site?.Container is IDesignerHost {
Loading
: true })
System\ComponentModel\Design\DesignerHost.cs (2)
840
if (!((IDesignerHost)this).
Loading
)
850
if (!((IDesignerHost)this).
Loading
)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (7)
471
if (_state[s_stateEnableComponentEvents] && !LoaderHost.
Loading
)
486
if (_state[s_stateEnableComponentEvents] && !LoaderHost.
Loading
)
501
if (_state[s_stateEnableComponentEvents] && !LoaderHost.
Loading
)
516
if (_state[s_stateEnableComponentEvents] && !LoaderHost.
Loading
)
531
if (_state[s_stateEnableComponentEvents] && !LoaderHost.
Loading
)
546
if (_state[s_stateEnableComponentEvents] && !LoaderHost.
Loading
)
563
if (_state[s_stateEnableComponentEvents] && !LoaderHost.
Loading
)
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.LanguageExtenders.cs (2)
152
if (_host.
Loading
)
191
if (_host is not null && !_host.
Loading
)
System\Windows\Forms\Design\CommandSet.cs (1)
2989
&& !host.
Loading
System\Windows\Forms\Design\ComponentTray.cs (3)
717
if (host is not null && !host.
Loading
)
736
if (host is not null && !host.
Loading
)
1518
if (host is not null && host.
Loading
)
System\Windows\Forms\Design\ControlDesigner.cs (1)
164
if ((!TryGetService(out IDesignerHost? host) || (host is not null && !host.
Loading
))
System\Windows\Forms\Design\DataGridViewColumnDesigner.cs (1)
83
if ((host is null || (host is not null && !host.
Loading
)) && Component.Site is not null)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
113
if (host is not null && !host.
Loading
)
879
if (host is not null && host.
Loading
&& !_trayLayoutSuspended)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
201
return host.
Loading
;
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
361
if (_host is not null && !_host.
Loading
)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
392
if (_designerHost is not null && !_designerHost.
Loading
)