14 references to DesignerCategoryAttribute
dotnet (1)
NugetPackageDownloader\WorkloadUnixFilePermissionsFileList.cs (1)
13
[
DesignerCategory
("code")]
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
11
<
DesignerCategory
("Default")>
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
15
<
DesignerCategory
("Default")>
System.ComponentModel.Primitives (5)
System\ComponentModel\Component.cs (1)
10
[
DesignerCategory
("Component")]
System\ComponentModel\DesignerCategoryAttribute.cs (4)
18
public static readonly DesignerCategoryAttribute Component = new
DesignerCategoryAttribute
("Component");
30
public static readonly DesignerCategoryAttribute Form = new
DesignerCategoryAttribute
("Form");
36
public static readonly DesignerCategoryAttribute Generic = new
DesignerCategoryAttribute
("Designer");
42
public DesignerCategoryAttribute() :
this
(string.Empty)
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MarshalByValueComponent.cs (1)
15
[
DesignerCategory
("Component")]
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
26
[
DesignerCategory
("Form")]
System\Windows\Forms\UserControl.cs (1)
17
[
DesignerCategory
("UserControl")]
WindowsFormsIntegration (3)
System\Windows\Integration\ElementHost.cs (1)
36
[System.ComponentModel.
DesignerCategory
("code")]
System\Windows\Integration\WindowsFormsHost.cs (2)
31
[System.ComponentModel.
DesignerCategory
("code")]
714
[System.ComponentModel.
DesignerCategory
("code")]