10 instantiations of DesignerCategoryAttribute
Microsoft.AspNetCore.Hosting.WindowsServices (1)
WebHostService.cs (1)
14[DesignerCategory("Code")]
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")]
WindowsFormsIntegration (3)
System\Windows\Integration\ElementHost.cs (1)
40[System.ComponentModel.DesignerCategory("code")]
System\Windows\Integration\WindowsFormsHost.cs (2)
34[System.ComponentModel.DesignerCategory("code")] 745[System.ComponentModel.DesignerCategory("code")]
9 references to DesignerCategoryAttribute
netstandard (1)
netstandard.cs (1)
302[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DesignerCategoryAttribute))]
System (1)
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;