Implemented interface member:
method
CreateRootComponent<TControl>
DemoConsole.IDesignSurfaceExtended.CreateRootComponent<TControl>(System.Drawing.Size)
6 references to CreateRootComponent
DesignSurface (6)
MainForm.cs (6)
145
rootComponent = surface.
CreateRootComponent
<Form>(new Size(400, 400));
206
rootComponent = surface.
CreateRootComponent
<Form>(new Size(640, 480));
235
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
257
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
292
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
315
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));