12 references to ToolboxItemCollection
System.Windows.Forms.Design (12)
System\Drawing\Design\IToolboxItemProvider.cs (1)
8ToolboxItemCollection Items { get; }
System\Drawing\Design\IToolboxService.cs (4)
83ToolboxItemCollection GetToolboxItems(); 88ToolboxItemCollection GetToolboxItems(IDesignerHost host); 93ToolboxItemCollection GetToolboxItems(string category); 98ToolboxItemCollection 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"/>. 16public 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"/> .