1 instantiation of DesignerHost
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignSurface.cs (1)
45_host = new DesignerHost(this);
11 references to DesignerHost
System.Windows.Forms.Design (11)
System\ComponentModel\Design\DesignerHost.cs (1)
13/// This is the main hosting object. <see cref="DesignerHost"/> implements services and interfaces specific to the
System\ComponentModel\Design\DesignerHost.DesignerHostTransaction.cs (2)
13private DesignerHost? _host; 15public DesignerHostTransaction(DesignerHost host, string description) : base(description)
System\ComponentModel\Design\DesignerHost.Site.cs (2)
17private readonly DesignerHost _host; 23internal Site(IComponent component, DesignerHost host, string? name, Container container)
System\ComponentModel\Design\DesignSurface.cs (1)
16private DesignerHost _host;
System\ComponentModel\Design\SelectionService.cs (1)
14/// There is one selection service for each <see cref="DesignerHost"/>.
System\ComponentModel\Design\SiteNestedContainer.cs (4)
12private readonly DesignerHost _host; 17internal SiteNestedContainer(IComponent owner, string? containerName, DesignerHost host) : base(owner) 128private sealed class NestedSite : DesignerHost.Site, INestedSite 133internal NestedSite(IComponent component, DesignerHost host, string? name, SiteNestedContainer container) : base(component, host, name, container)