13 references to BeginLoad
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
104
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)
891
surface.
BeginLoad
(typeof(RootDesignerComponent));
1810
surface.
BeginLoad
(typeof(RootDesignerComponent));
1825
surface.
BeginLoad
(typeof(RootDesignerComponent));
1840
surface.
BeginLoad
(typeof(ThrowingRootDesignerDisposeComponent));
1853
surface.
BeginLoad
(typeof(ThrowingDisposeRootDesignerComponent));
System\ComponentModel\Design\DesignSurfaceTests.cs (5)
338
surface.
BeginLoad
(rootComponentType);
932
surface.
BeginLoad
(typeof(RootDesignerComponent));
946
Assert.Throws<ArgumentNullException>("rootComponentType", () => surface.
BeginLoad
((Type)null));
962
Assert.Throws<InvalidOperationException>(() => surface.
BeginLoad
(typeof(RootDesignerComponent)));
972
Assert.Throws<ObjectDisposedException>(() => surface.
BeginLoad
(typeof(RootDesignerComponent)));
System\ComponentModel\Design\SiteNestedContainerTests.cs (1)
650
surface.
BeginLoad
(typeof(RootDesignerComponent));