Implemented interface member:
method
CreateRootComponent<TControl>
DesignSurfaceExt.IDesignSurfaceExt.CreateRootComponent<TControl>(System.Drawing.Size)
6 references to CreateRootComponent
DesignSurface (6)
MainForm.cs (6)
120
rootComponent = surface.
CreateRootComponent
<Form>(new Size(400, 400));
181
rootComponent = surface.
CreateRootComponent
<Form>(new Size(640, 480));
210
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
232
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
267
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
289
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));