2 implementations of GetToolSupported
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (1)
88bool IToolboxUser.GetToolSupported(ToolboxItem tool)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1394bool IToolboxUser.GetToolSupported(ToolboxItem tool)
1 reference to GetToolSupported
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DocumentDesignerTests.cs (1)
29((IToolboxUser)this).GetToolSupported(tool);