6 references to RootComponentDesigner
System.Windows.Forms.Design.Tests (6)
System\ComponentModel\Design\DesignSurfaceTests.cs (6)
95
Assert.Same(
RootComponentDesigner
.View, surface.View);
117
Assert.Same(
RootComponentDesigner
.View, surface.View);
164
Assert.Same(
RootComponentDesigner
.View, surface.View);
939
Assert.Same(
RootComponentDesigner
.View, surface.View);
1002
Assert.IsType<
RootComponentDesigner
>(surface.CreateDesigner(component, rootDesigner: true));
1775
[Designer(typeof(
RootComponentDesigner
), typeof(IRootDesigner))]