3 references to DesignSurface
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignSurface.cs (1)
51
public DesignSurface(Type rootComponentType) :
this
(null, rootComponentType)
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignSurfaceTests.cs (2)
170
Assert.Throws<ArgumentNullException>("rootComponentType", () => new
DesignSurface
(mockServiceProvider.Object, null));
1727
public SubDesignSurface(IServiceProvider parentProvider, Type rootComponentType) :
base
(parentProvider, rootComponentType)