5 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)
25
DesignerVerbCollection collection =
new
(value);
32
Assert.Throws<ArgumentNullException>("value", () => new
DesignerVerbCollection
(null));
77
collection.AddRange(new
DesignerVerbCollection
(value));
81
collection.AddRange(new
DesignerVerbCollection
(value));