14 instantiations of 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)
18public static readonly DesignerCategoryAttribute Component = new DesignerCategoryAttribute("Component"); 24public static readonly DesignerCategoryAttribute Default = new DesignerCategoryAttribute(); 30public static readonly DesignerCategoryAttribute Form = new DesignerCategoryAttribute("Form"); 36public static readonly DesignerCategoryAttribute Generic = new DesignerCategoryAttribute("Designer");
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")]
11 references to DesignerCategoryAttribute
Microsoft.CodeAnalysis.Features (2)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (2)
114info.ContainsSymbolWithName(nameof(System.ComponentModel.DesignerCategoryAttribute)); 357Name: nameof(DesignerCategoryAttribute),
netstandard (1)
netstandard.cs (1)
302[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerCategoryAttribute))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
288[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerCategoryAttribute))]
System.ComponentModel.Primitives (7)
System\ComponentModel\DesignerCategoryAttribute.cs (7)
18public static readonly DesignerCategoryAttribute Component = new DesignerCategoryAttribute("Component"); 24public static readonly DesignerCategoryAttribute Default = new DesignerCategoryAttribute(); 30public static readonly DesignerCategoryAttribute Form = new DesignerCategoryAttribute("Form"); 36public static readonly DesignerCategoryAttribute Generic = new DesignerCategoryAttribute("Designer"); 39/// Initializes a new instance of the <see cref='System.ComponentModel.DesignerCategoryAttribute'/> class with the 47/// Initializes a new instance of the <see cref='System.ComponentModel.DesignerCategoryAttribute'/> class with 61obj is DesignerCategoryAttribute other && other.Category == Category;