13 references to BeginLoad
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
111
BeginLoad
(typeof(TControl));
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignSurface.cs (1)
65
BeginLoad
(rootComponentType);
System.Windows.Forms.Design.Tests (11)
System\ComponentModel\Design\DesignerHostTests.cs (5)
889
surface.
BeginLoad
(typeof(RootDesignerComponent));
1808
surface.
BeginLoad
(typeof(RootDesignerComponent));
1823
surface.
BeginLoad
(typeof(RootDesignerComponent));
1838
surface.
BeginLoad
(typeof(ThrowingRootDesignerDisposeComponent));
1851
surface.
BeginLoad
(typeof(ThrowingDisposeRootDesignerComponent));
System\ComponentModel\Design\DesignSurfaceTests.cs (5)
336
surface.
BeginLoad
(rootComponentType);
930
surface.
BeginLoad
(typeof(RootDesignerComponent));
944
Assert.Throws<ArgumentNullException>("rootComponentType", () => surface.
BeginLoad
((Type)null));
960
Assert.Throws<InvalidOperationException>(() => surface.
BeginLoad
(typeof(RootDesignerComponent)));
970
Assert.Throws<ObjectDisposedException>(() => surface.
BeginLoad
(typeof(RootDesignerComponent)));
System\ComponentModel\Design\SiteNestedContainerTests.cs (1)
648
surface.
BeginLoad
(typeof(RootDesignerComponent));