7 references to new
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DataGridViewDesigner.cs (5)
821
DesignerActionPropertyItem chooseDataSource =
new
(
904
new
DesignerActionPropertyItem
(nameof(AllowUserToAddRows), SR.DataGridViewEnableAdding),
905
new
DesignerActionPropertyItem
(nameof(ReadOnly), SR.DataGridViewEnableEditing),
906
new
DesignerActionPropertyItem
(nameof(AllowUserToDeleteRows), SR.DataGridViewEnableDeleting),
907
new
DesignerActionPropertyItem
(nameof(AllowUserToOrderColumns), SR.DataGridViewEnableColumnReordering)
System\Windows\Forms\Design\TextBoxActionList.cs (1)
27
new
DesignerActionPropertyItem
(
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionPropertyItemTests.cs (1)
57
DesignerActionPropertyItem item =
new
(memberName, displayName);