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