4 references to new
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerActionListCollectionTests.cs (4)
27DesignerActionListCollection collection = new(value); 34Assert.Throws<ArgumentNullException>("value", () => new DesignerActionListCollection(null)); 79collection.AddRange(new DesignerActionListCollection(value)); 83collection.AddRange(new DesignerActionListCollection(value));