1 write to _host
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (1)
26
_host
= _provider.GetService<IDesignerHost>();
3 references to _host
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (3)
36
DesignerTransaction changeParent =
_host
.CreateTransaction("Add ToolStripContainer Transaction");
41
Control root =
_host
.RootComponent as Control;
42
if (
_host
.GetDesigner(root) is ParentControlDesigner rootDesigner)