2 writes to _host
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (2)
167
_host
= host;
267
_host
= null;
14 references to _host
System.Windows.Forms.Design (14)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (14)
81
if (
_host
is not null)
83
return
_host
;
152
if (
_host
is not null &&
_host
!= host)
165
if (
_host
is null)
169
_serializationManager = new DesignerSerializationManager(
_host
);
262
if (
_host
is not null)
264
_host
.RemoveService<IDesignerLoaderService>();
265
_host
.Activated -= OnDesignerActivate;
266
_host
.Deactivated -= OnDesignerDeactivate;
294
IDesignerLoaderHost? host =
_host
;
347
if (
_host
is not null)
349
service =
_host
.GetService(serviceType);
579
if (!_state[s_stateDeferredReload] ||
_host
is null)