2 implementations of IToolboxUser
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (1)
14
public class ComponentDocumentDesigner : ComponentDesigner, IRootDesigner,
IToolboxUser
, IOleDragClient,
System\Windows\Forms\Design\DocumentDesigner.cs (1)
22
public partial class DocumentDesigner : ScrollableControlDesigner, IRootDesigner,
IToolboxUser
, IOleDragClient
5 references to IToolboxUser
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (2)
88
bool
IToolboxUser
.GetToolSupported(ToolboxItem tool)
93
void
IToolboxUser
.ToolPicked(ToolboxItem tool)
System\Windows\Forms\Design\ComponentTray.cs (1)
1080
if (designer is
IToolboxUser
itu)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
1433
bool
IToolboxUser
.GetToolSupported(ToolboxItem tool)
1442
void
IToolboxUser
.ToolPicked(ToolboxItem tool)