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