1 instantiation of ComponentDocumentDesigner
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\CompositionDesignerTests.cs (1)
13ComponentDocumentDesigner designer = new();
4 references to ComponentDocumentDesigner
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.0\System.Design.Forwards.cs (1)
84[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Windows.Forms.Design.ComponentDocumentDesigner))]
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\CompositionDesigner.cs (1)
117/// the <see cref="ComponentDocumentDesigner"/>.
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignSurfaceTests.cs (1)
991Assert.IsType<ComponentDocumentDesigner>(surface.CreateDesigner(component, rootDesigner: true));
System\Windows\Forms\Design\CompositionDesignerTests.cs (1)
13ComponentDocumentDesigner designer = new();