9 references to Design
System.ComponentModel.Primitives (1)
System\ComponentModel\CategoryAttribute.cs (1)
92get => s_design ??= new CategoryAttribute(nameof(Design));
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ControlDesigner.cs (1)
1662CategoryAttribute.Design,
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1335CategoryAttribute categoryAttr = CategoryAttribute.Design;
System\Windows\Forms\Design\DataGridViewColumnDesigner.cs (1)
252CategoryAttribute.Design,
System\Windows\Forms\Design\DocumentDesigner.cs (2)
1244CategoryAttribute.Design); 1249CategoryAttribute.Design);
System\Windows\Forms\Design\ParentControlDesigner.cs (3)
2105CategoryAttribute.Design); 2111CategoryAttribute.Design); 2117CategoryAttribute.Design);