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