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