5 overrides of CreateToolCore
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
160
protected override IComponent[]?
CreateToolCore
(ToolboxItem tool, int x, int y, int width, int height, bool hasLocation, bool hasSize)
System\Windows\Forms\Design\TabControlDesigner.cs (1)
122
protected override IComponent[]
CreateToolCore
(ToolboxItem tool, int x, int y, int width, int height, bool hasLocation, bool hasSize)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1200
protected override IComponent[]
CreateToolCore
(ToolboxItem tool, int x, int y, int width, int height, bool hasLocation, bool hasSize)
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
163
protected override IComponent[]?
CreateToolCore
(ToolboxItem tool, int x, int y, int width, int height, bool hasLocation, bool hasSize)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
165
protected override IComponent[]?
CreateToolCore
(ToolboxItem tool, int x, int y, int width, int height, bool hasLocation, bool hasSize)
5 references to CreateToolCore
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ParentControlDesigner.cs (3)
792
CreateToolCore
(tool, 0, 0, 0, 0, false, false);
802
CreateToolCore
(tool, location.X, location.Y, 0, 0, true, false);
812
CreateToolCore
(tool, bounds.X, bounds.Y, bounds.Width, bounds.Height, true, true);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1205
return base.
CreateToolCore
(tool, x, y, width, height, hasLocation, hasSize);
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
184
base.
CreateToolCore
(tool, x, y, width, height, hasLocation, hasSize);