Implemented interface member:
method
CreateRootComponent<TControl>
DemoConsole.IDesignSurfaceExtended.CreateRootComponent<TControl>(System.Drawing.Size)
6 references to CreateRootComponent
DesignSurface (6)
MainForm.cs (6)
119rootComponent = surface.CreateRootComponent<Form>(new Size(400, 400)); 180rootComponent = surface.CreateRootComponent<Form>(new Size(640, 480)); 209rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 231rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 266rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600)); 289rootComponent = surface.CreateRootComponent<Form>(new Size(800, 600));