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