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)
27
DesignerVerbCollection collection =
new
(value);
34
Assert.Throws<ArgumentNullException>("value", () => new
DesignerVerbCollection
(null));
79
collection.AddRange(new
DesignerVerbCollection
(value));
83
collection.AddRange(new
DesignerVerbCollection
(value));