2 references to CreateTool
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
136
return
CreateTool
(tool, parent, x, y, width, height, hasLocation, hasSize, null);
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
828
comp = GetOleDragHandler().
CreateTool
(tool, Control, x, y, width, height, hasLocation, hasSize, _toolboxSnapDragDropEventArgs);