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