13 references to ToolboxItemCollection
System.Drawing (12)
commonui\System\Drawing\Design\IToolboxItemProvider.cs (1)
19
ToolboxItemCollection
Items { get; }
commonui\System\Drawing\Design\IToolboxService.cs (4)
106
ToolboxItemCollection
GetToolboxItems();
112
ToolboxItemCollection
GetToolboxItems(IDesignerHost host);
118
ToolboxItemCollection
GetToolboxItems(String category);
124
ToolboxItemCollection
GetToolboxItems(String category, IDesignerHost host);
commonui\System\Drawing\Design\ToolboxItemCollection.cs (7)
24
/// Initializes a new instance of <see cref='System.Drawing.Design.
ToolboxItemCollection
'/> based on another <see cref='System.Drawing.Design.
ToolboxItemCollection
'/>.
27
public ToolboxItemCollection(
ToolboxItemCollection
value) {
34
/// Initializes a new instance of <see cref='System.Drawing.Design.
ToolboxItemCollection
'/> containing any array of <see cref='System.Drawing.Design.ToolboxItem'/> objects.
54
/// <see cref='System.Drawing.Design.
ToolboxItemCollection
'/> contains the specified <see cref='System.Drawing.Design.ToolboxItem'/>.</para>
62
/// <para>Copies the <see cref='System.Drawing.Design.
ToolboxItemCollection
'/> values to a one-dimensional <see cref='System.Array'/> instance at the
72
/// the <see cref='System.Drawing.Design.
ToolboxItemCollection
'/> .</para>
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
686
ToolboxItemCollection
toolboxItems = toolboxService.GetToolboxItems();