2 implementations of IToolboxUser
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CompositionDesigner.cs (1)
16
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\ComponentTray.cs (1)
1080
if (designer is
IToolboxUser
itu)
System\Windows\Forms\Design\CompositionDesigner.cs (2)
90
bool
IToolboxUser
.GetToolSupported(ToolboxItem tool)
95
void
IToolboxUser
.ToolPicked(ToolboxItem tool)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
1433
bool
IToolboxUser
.GetToolSupported(ToolboxItem tool)
1442
void
IToolboxUser
.ToolPicked(ToolboxItem tool)