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