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