8 references to ToolboxItemAttribute
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ToolboxItemAttribute.cs (1)
25
public static readonly ToolboxItemAttribute Default = new
ToolboxItemAttribute
(DefaultToolboxItemTypeName);
System.Data.Common (1)
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.Odbc (1)
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 (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
153
[System.ComponentModel.
ToolboxItemAttribute
("Microsoft.VSDesigner.Data.VS.OleDbDataAdapterToolboxItem, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
System.Windows.Forms (4)
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\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}")]