7 references to DesignerActionPropertyItem
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DataGridViewDesigner.cs (4)
848
new
DesignerActionPropertyItem
(nameof(AllowUserToAddRows), SR.DataGridViewEnableAdding),
849
new
DesignerActionPropertyItem
(nameof(ReadOnly), SR.DataGridViewEnableEditing),
850
new
DesignerActionPropertyItem
(nameof(AllowUserToDeleteRows), SR.DataGridViewEnableDeleting),
851
new
DesignerActionPropertyItem
(nameof(AllowUserToOrderColumns), SR.DataGridViewEnableColumnReordering)
System\Windows\Forms\Design\DataGridViewDesigner.DataGridViewChooseDataSourceActionList.cs (1)
26
DesignerActionPropertyItem chooseDataSource =
new
(
System\Windows\Forms\Design\TextBoxActionList.cs (1)
27
new
DesignerActionPropertyItem
(
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionPropertyItemTests.cs (1)
59
DesignerActionPropertyItem item =
new
(memberName, displayName);