6 references to ComponentWithIContainerConstructor
System.Windows.Forms.Design.Tests (6)
System\ComponentModel\Design\DesignSurfaceTests.cs (6)
1041
ComponentWithIContainerConstructor
instance = Assert.IsType<
ComponentWithIContainerConstructor
>(surface.CreateComponent(typeof(
ComponentWithIContainerConstructor
)));
1106
ComponentWithIContainerConstructor
instance = Assert.IsType<
ComponentWithIContainerConstructor
>(surface.CreateInstance(typeof(
ComponentWithIContainerConstructor
)));