12 instantiations of DesignerCategory
System (6)
compmod\system\componentmodel\Component.cs (1)
22
DesignerCategory
("Component")
compmod\system\componentmodel\DesignerCategoryAttribute.cs (4)
30
public static readonly DesignerCategoryAttribute Component = new
DesignerCategoryAttribute
("Component");
38
public static readonly DesignerCategoryAttribute Default = new
DesignerCategoryAttribute
();
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")]
15 references to DesignerCategory
System (8)
compmod\system\componentmodel\DesignerCategoryAttribute.cs (8)
30
public static readonly
DesignerCategoryAttribute
Component = new DesignerCategoryAttribute("Component");
38
public static readonly
DesignerCategoryAttribute
Default = new DesignerCategoryAttribute();
46
public static readonly
DesignerCategoryAttribute
Form = new DesignerCategoryAttribute("Form");
54
public static readonly
DesignerCategoryAttribute
Generic = new DesignerCategoryAttribute("Designer");
58
/// Initializes a new instance of the <see cref='System.ComponentModel.
DesignerCategoryAttribute
'/> class with the
68
/// Initializes a new instance of the <see cref='System.ComponentModel.
DesignerCategoryAttribute
'/> class with
118
DesignerCategoryAttribute
other = obj as
DesignerCategoryAttribute
;
System.Web.Services (5)
System\Web\Services\Description\HttpProtocolImporter.cs (2)
337
WebCodeGenerator.AddCustomAttribute(metadata, typeof(
DesignerCategoryAttribute
), new CodeExpression[] { new CodePrimitiveExpression("code") });
346
typeof(
DesignerCategoryAttribute
),
System\Web\Services\Description\SoapProtocolImporter.cs (2)
431
Type[] requiredTypes = new Type[] { typeof(SoapDocumentMethodAttribute), typeof(XmlAttributeAttribute), typeof(WebService), typeof(Object), typeof(DebuggerStepThroughAttribute), typeof(
DesignerCategoryAttribute
) };
445
codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(
DesignerCategoryAttribute
).FullName, new CodeAttributeArgument[] { new CodeAttributeArgument(new CodePrimitiveExpression("code")) }));
System\Web\Services\Description\WebCodeGenerator.cs (1)
356
codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(
DesignerCategoryAttribute
).FullName, new CodeAttributeArgument[] { new CodeAttributeArgument(new CodePrimitiveExpression("code")) }));
System.Xml (2)
System\Xml\Serialization\SoapCodeExporter.cs (1)
112
codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(
DesignerCategoryAttribute
).FullName, new CodeAttributeArgument[] {new CodeAttributeArgument(new CodePrimitiveExpression("code"))}));
System\Xml\Serialization\XmlCodeExporter.cs (1)
148
codeClass.CustomAttributes.Add(new CodeAttributeDeclaration(typeof(
DesignerCategoryAttribute
).FullName, new CodeAttributeArgument[] {new CodeAttributeArgument(new CodePrimitiveExpression("code"))}));