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)
36DesignerTransaction changeParent = _host.CreateTransaction("Add ToolStripContainer Transaction"); 41Control root = _host.RootComponent as Control; 42if (_host.GetDesigner(root) is ParentControlDesigner rootDesigner)