39 instantiations of ToolboxItemAttribute
System.CodeDom (1)
System\CodeDom\Compiler\CodeDomProvider.cs (1)
13[ToolboxItem(false)]
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ToolboxItemAttribute.cs (2)
25public static readonly ToolboxItemAttribute Default = new ToolboxItemAttribute(DefaultToolboxItemTypeName); 31public static readonly ToolboxItemAttribute None = new ToolboxItemAttribute(false);
System.Data.Common (3)
System\Data\DataColumn.cs (1)
24[ToolboxItem(false)]
System\Data\DataSet.cs (1)
29[ToolboxItem("Microsoft.VSDesigner.Data.VS.DataSetToolboxItem, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
System\Data\DataTable.cs (1)
25[ToolboxItem(false)]
System.Data.Odbc (2)
System\Data\Odbc\OdbcCommand.cs (1)
20[ToolboxItem(true)]
System\Data\Odbc\OdbcDataAdapter.cs (1)
10[ToolboxItem("Microsoft.VSDesigner.Data.VS.OdbcDataAdapterToolboxItem, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
System.Data.OleDb (2)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (2)
10[System.ComponentModel.ToolboxItemAttribute(true)] 153[System.ComponentModel.ToolboxItemAttribute("Microsoft.VSDesigner.Data.VS.OleDbDataAdapterToolboxItem, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
System.Diagnostics.EventLog (1)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (1)
100[System.ComponentModel.ToolboxItemAttribute(false)]
System.Management (3)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (3)
135[System.ComponentModel.ToolboxItemAttribute(false)] 222[System.ComponentModel.ToolboxItemAttribute(false)] 355[System.ComponentModel.ToolboxItemAttribute(false)]
System.Windows.Extensions (1)
artifacts\obj\System.Windows.Extensions\Debug\net10.0\System.Windows.Extensions.notsupported.cs (1)
9[System.ComponentModel.ToolboxItemAttribute(false)]
System.Windows.Forms (19)
System\Windows\Forms\ActiveX\AxHost.cs (1)
22[ToolboxItem(false)]
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
19[ToolboxItem($"System.Windows.Forms.Design.AutoSizeToolboxItem,{AssemblyRef.SystemDesign}")]
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
19[ToolboxItem($"System.Windows.Forms.Design.AutoSizeToolboxItem,{AssemblyRef.SystemDesign}")]
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (1)
15[ToolboxItem(false)]
System\Windows\Forms\Controls\Labels\Label.cs (1)
24[ToolboxItem($"System.Windows.Forms.Design.AutoSizeToolboxItem,{AssemblyRef.SystemDesign}")]
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
18[ToolboxItem($"System.Windows.Forms.Design.AutoSizeToolboxItem,{AssemblyRef.SystemDesign}")]
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (1)
15[ToolboxItem(false)]
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (1)
13[ToolboxItem(false)]
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
17[ToolboxItem(false)]
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.cs (1)
13[ToolboxItem(false)]
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
16[ToolboxItem(false)]
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
14[ToolboxItem(false)]
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
19[ToolboxItem(false)]
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
14[ToolboxItem(false)]
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
13[ToolboxItem(false)]
System\Windows\Forms\Form.cs (1)
22[ToolboxItem(false)]
System\Windows\Forms\MDI\MDIClient.cs (1)
19[ToolboxItem(false)]
System\Windows\Forms\Panels\SplitterPanel.cs (1)
11[ToolboxItem(false)]
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
17[ToolboxItem(true)]
System.Windows.Forms.Design (5)
System\ComponentModel\Design\ByteViewer.cs (1)
14[ToolboxItem(false)]
System\Windows\Forms\Design\ComponentTray.cs (1)
21[ToolboxItem(false)]
System\Windows\Forms\Design\DataGridViewColumnTypeEditor.Picker.cs (1)
11[ToolboxItem(false)]
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
86ToolboxItem(false),
System\Windows\Forms\Design\TabOrder.cs (1)
17[ToolboxItem(false)]
5 references to ToolboxItemAttribute
netstandard (1)
netstandard.cs (1)
415[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ToolboxItemAttribute))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
401[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ToolboxItemAttribute))]
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ToolboxItemAttribute.cs (3)
25public static readonly ToolboxItemAttribute Default = new ToolboxItemAttribute(DefaultToolboxItemTypeName); 31public static readonly ToolboxItemAttribute None = new ToolboxItemAttribute(false); 111return (obj is ToolboxItemAttribute other) && (other.ToolboxItemTypeName == ToolboxItemTypeName);