6 references to new
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MenuCommandService.cs (1)
307_currentVerbs = new(result);
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerVerbCollectionTests.cs (4)
27DesignerVerbCollection collection = new(value); 34Assert.Throws<ArgumentNullException>("value", () => new DesignerVerbCollection(null)); 79collection.AddRange(new DesignerVerbCollection(value)); 83collection.AddRange(new DesignerVerbCollection(value));
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\PropertyGrid.PropertyGridAccessibleObjectTests.cs (1)
194public DesignerVerbCollection Verbs { get; } = new([new DesignerVerb("", null!)]);