Implemented interface member:
method
CreateRootComponent<TControl>
DemoConsole.IDesignSurfaceExtended.CreateRootComponent<TControl>(System.Drawing.Size)
6 references to CreateRootComponent
DemoConsole (6)
MainForm.cs (6)
144rootComponent = surface.CreateRootComponent<Form>(new Size(400, 400)); 205rootComponent = surface.CreateRootComponent<Form>(new Size(640, 480)); 234rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 256rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 291rootComponent = surface.CreateRootComponent<Form>(new Size(900, 600)); 332rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600));