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