Implemented interface member:
method
CreateRootComponent<TControl>
DemoConsole.IDesignSurfaceExtended.CreateRootComponent<TControl>(System.Drawing.Size)
6 references to CreateRootComponent
DemoConsole (6)
MainForm.cs (6)
147
rootComponent = surface.
CreateRootComponent
<Form>(new Size(400, 400));
208
rootComponent = surface.
CreateRootComponent
<Form>(new Size(640, 480));
237
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
259
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
294
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));
317
rootComponent = surface.
CreateRootComponent
<Form>(new Size(800, 600));