13 references to BeginLoad
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
111BeginLoad(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)
889surface.BeginLoad(typeof(RootDesignerComponent)); 1808surface.BeginLoad(typeof(RootDesignerComponent)); 1823surface.BeginLoad(typeof(RootDesignerComponent)); 1838surface.BeginLoad(typeof(ThrowingRootDesignerDisposeComponent)); 1851surface.BeginLoad(typeof(ThrowingDisposeRootDesignerComponent));
System\ComponentModel\Design\DesignSurfaceTests.cs (5)
336surface.BeginLoad(rootComponentType); 930surface.BeginLoad(typeof(RootDesignerComponent)); 944Assert.Throws<ArgumentNullException>("rootComponentType", () => surface.BeginLoad((Type)null)); 960Assert.Throws<InvalidOperationException>(() => surface.BeginLoad(typeof(RootDesignerComponent))); 970Assert.Throws<ObjectDisposedException>(() => surface.BeginLoad(typeof(RootDesignerComponent)));
System\ComponentModel\Design\SiteNestedContainerTests.cs (1)
648surface.BeginLoad(typeof(RootDesignerComponent));