13 references to BeginLoad
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
104BeginLoad(typeof(TControl));
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignSurface.cs (1)
65BeginLoad(rootComponentType);
System.Windows.Forms.Design.Tests (11)
System\ComponentModel\Design\DesignerHostTests.cs (5)
891surface.BeginLoad(typeof(RootDesignerComponent)); 1810surface.BeginLoad(typeof(RootDesignerComponent)); 1825surface.BeginLoad(typeof(RootDesignerComponent)); 1840surface.BeginLoad(typeof(ThrowingRootDesignerDisposeComponent)); 1853surface.BeginLoad(typeof(ThrowingDisposeRootDesignerComponent));
System\ComponentModel\Design\DesignSurfaceTests.cs (5)
338surface.BeginLoad(rootComponentType); 932surface.BeginLoad(typeof(RootDesignerComponent)); 946Assert.Throws<ArgumentNullException>("rootComponentType", () => surface.BeginLoad((Type)null)); 962Assert.Throws<InvalidOperationException>(() => surface.BeginLoad(typeof(RootDesignerComponent))); 972Assert.Throws<ObjectDisposedException>(() => surface.BeginLoad(typeof(RootDesignerComponent)));
System\ComponentModel\Design\SiteNestedContainerTests.cs (1)
650surface.BeginLoad(typeof(RootDesignerComponent));