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