Implemented interface member:
method
CreateRootComponent<TControl>
DesignSurfaceExt.IDesignSurfaceExt.CreateRootComponent<TControl>(System.Drawing.Size)
6 references to CreateRootComponent
DesignSurface (6)
MainForm.cs (6)
115rootComponent = surface.CreateRootComponent<Form>(new Size(400, 400)); 176rootComponent = surface.CreateRootComponent<Form>(new Size(640, 480)); 205rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 227rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 262rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 284rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600));