7 references to new
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DataGridViewDesigner.cs (5)
821DesignerActionPropertyItem chooseDataSource = new("DataSource", // property name 907new DesignerActionPropertyItem("AllowUserToAddRows", 909new DesignerActionPropertyItem("ReadOnly", 911new DesignerActionPropertyItem("AllowUserToDeleteRows", 913new DesignerActionPropertyItem("AllowUserToOrderColumns",
System\Windows\Forms\Design\TextBoxActionList.cs (1)
35new DesignerActionPropertyItem("Multiline", string.Format(SR.MultiLineDisplayName, SR.PropertiesCategoryName, SR.MultiLineDescription)),
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionPropertyItemTests.cs (1)
57DesignerActionPropertyItem item = new(memberName, displayName);