2 writes to _host
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (2)
946
_host
= GetService<IDesignerHost>();
1688
_host
??= GetService<IDesignerHost>();
20 references to _host
System.Windows.Forms.Design (20)
System\Windows\Forms\Design\ControlDesigner.cs (20)
216
Debug.Assert(
_host
is not null);
217
if (AutoResizeHandles && Component !=
_host
?.RootComponent)
495
if (e.Control is null ||
_host
is null ||
_host
.GetDesigner(e.Control) is ControlDesigner)
703
if (parent is not null &&
_host
is not null &&
_host
.RootComponent != Component)
879
if (child is null ||
_host
is null ||
_host
.GetDesigner(child) is ControlDesigner)
986
if (Inherited &&
_host
is not null
987
&&
_host
.RootComponent != component
996
if ((
_host
is null ||
_host
.RootComponent != component) && ForceVisible)
1442
if (
_host
?.GetDesigner(comp) is ControlDesigner des && (des.SelectionRules & SelectionRules.Moveable) != 0)
1477
object? designer =
_host
?.GetDesigner(parent);
1506
object? designer =
_host
?.GetDesigner(parent);
1535
object? designer =
_host
?.GetDesigner(parent);
2187
if (
_host
is not null &&
_host
.RootComponent is not null &&
_host
.GetDesigner(
_host
.RootComponent) is IRootDesigner rd)