1 write to _host
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.Site.cs (1)
26
_host
= host;
3 references to _host
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerHost.Site.cs (3)
163
_nestedContainer = new SiteNestedContainer(_component, null,
_host
);
181
return
_host
.GetService(service);
256
_host
.OnComponentRename(_component, oldName, _name);