10 references to 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"); 30public static readonly DesignerCategoryAttribute Form = new DesignerCategoryAttribute("Form"); 36public static readonly DesignerCategoryAttribute Generic = new DesignerCategoryAttribute("Designer"); 42public DesignerCategoryAttribute() : this(string.Empty)
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")]