12 references to ToolboxItemCollection
System.Windows.Forms.Design (12)
System\Drawing\Design\IToolboxItemProvider.cs (1)
8
ToolboxItemCollection
Items { get; }
System\Drawing\Design\IToolboxService.cs (4)
83
ToolboxItemCollection
GetToolboxItems();
88
ToolboxItemCollection
GetToolboxItems(IDesignerHost host);
93
ToolboxItemCollection
GetToolboxItems(string category);
98
ToolboxItemCollection
GetToolboxItems(string category, IDesignerHost host);
System\Drawing\Design\ToolboxItemCollection.cs (7)
14
/// Initializes a new instance of <see cref="
ToolboxItemCollection
"/> based on another <see cref="
ToolboxItemCollection
"/>.
16
public ToolboxItemCollection(
ToolboxItemCollection
value)
22
/// Initializes a new instance of <see cref="
ToolboxItemCollection
"/> containing any array of <see cref="ToolboxItem"/> objects.
35
/// Gets a value indicating whether the <see cref="
ToolboxItemCollection
"/>
41
/// Copies the <see cref="
ToolboxItemCollection
"/> values to a one-dimensional <see cref="Array"/> instance at the
51
/// the <see cref="
ToolboxItemCollection
"/> .