6 references to RootComponentDesigner
System.Windows.Forms.Design.Tests (6)
System\ComponentModel\Design\DesignSurfaceTests.cs (6)
93Assert.Same(RootComponentDesigner.View, surface.View); 115Assert.Same(RootComponentDesigner.View, surface.View); 162Assert.Same(RootComponentDesigner.View, surface.View); 937Assert.Same(RootComponentDesigner.View, surface.View); 1000Assert.IsType<RootComponentDesigner>(surface.CreateDesigner(component, rootDesigner: true)); 1773[Designer(typeof(RootComponentDesigner), typeof(IRootDesigner))]