4 references to new
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerActionListCollectionTests.cs (4)
25DesignerActionListCollection collection = new(value); 32Assert.Throws<ArgumentNullException>("value", () => new DesignerActionListCollection(null)); 77collection.AddRange(new DesignerActionListCollection(value)); 81collection.AddRange(new DesignerActionListCollection(value));