21 references to DesignerVerbCollection
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
174designerVerbs = new DesignerVerbCollection();
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
295_verbs = new DesignerVerbCollection();
System\Windows\Forms\Design\TabControlDesigner.cs (1)
68_verbs = new DesignerVerbCollection();
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
245_verbs = new DesignerVerbCollection();
System.Windows.Forms.Design.Tests (17)
System\ComponentModel\Design\DesignerActionServiceTests.cs (5)
431.Returns(new DesignerVerbCollection()); 440DesignerVerbCollection verbs = new() { null, verb }; 478DesignerVerbCollection verbs = new() { null, new DesignerVerb(null, null) { Enabled = false }, new DesignerVerb(null, null) { Visible = false }, verb }; 522DesignerVerbCollection verbs = new() { null, new DesignerVerb(null, null) { Enabled = false }, new DesignerVerb(null, null) { Visible = false }, verb }; 578DesignerVerbCollection verbs = new() { null, new DesignerVerb(null, null) { Enabled = false }, new DesignerVerb(null, null) { Visible = false }, verb };
System\ComponentModel\Design\DesignerVerbCollectionTests.cs (12)
11DesignerVerbCollection collection = new(); 38DesignerVerbCollection collection = new(); 63DesignerVerbCollection collection = new(); 76DesignerVerbCollection collection = new(); 88DesignerVerbCollection collection = new(); 96DesignerVerbCollection collection = new(); 120DesignerVerbCollection collection = new(); 140DesignerVerbCollection collection = new(); 166DesignerVerbCollection collection = new(); 178DesignerVerbCollection collection = new(); 189DesignerVerbCollection collection = new(); 200DesignerVerbCollection collection = new();