1 type derived from Site
System.Windows.Forms.Design (1)
System\ComponentModel\Design\SiteNestedContainer.cs (1)
128
private sealed class NestedSite : DesignerHost.
Site
, INestedSite
1 instantiation of Site
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
415
return new
Site
(component, this, name, this);
2 references to Site
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerHost.cs (2)
617
Site
? site = component.Site as
Site
;