11 references to DesignerCategory
System (5)
compmod\system\componentmodel\Component.cs (1)
22
DesignerCategory
("Component")
compmod\system\componentmodel\DesignerCategoryAttribute.cs (3)
30
public static readonly DesignerCategoryAttribute Component = new
DesignerCategoryAttribute
("Component");
46
public static readonly DesignerCategoryAttribute Form = new
DesignerCategoryAttribute
("Form");
54
public static readonly DesignerCategoryAttribute Generic = new
DesignerCategoryAttribute
("Designer");
compmod\system\componentmodel\MarshalByValueComponent.cs (1)
22
DesignerCategory
("Component"),
System.Web (3)
UI\Control.cs (1)
42
DesignerCategory
("Code"),
UI\Page.cs (1)
188
DesignerCategory
("ASPXCodeBehind"),
UI\UserControl.cs (1)
82
DesignerCategory
("ASPXCodeBehind"),
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
49
DesignerCategory
("Form"),
winforms\Managed\System\WinForms\UserControl.cs (1)
35
DesignerCategory
("UserControl"),
System.Workflow.ComponentModel (1)
AuthoringOM\Activity.cs (1)
135
[
DesignerCategory
("Component")]