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