Implemented interface member:
method
CreateRootComponent<TControl>
DesignSurfaceExt.IDesignSurfaceExt.CreateRootComponent<TControl>(System.Drawing.Size)
6 references to CreateRootComponent
DesignSurface (6)
MainForm.cs (6)
123rootComponent = surface.CreateRootComponent<Form>(new Size(400, 400)); 184rootComponent = surface.CreateRootComponent<Form>(new Size(640, 480)); 213rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 235rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 270rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 292rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600));