21 references to DesignerVerbCollection
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
174
designerVerbs = 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
());
440
DesignerVerbCollection verbs =
new
() { null, verb };
478
DesignerVerbCollection verbs =
new
() { null, new DesignerVerb(null, null) { Enabled = false }, new DesignerVerb(null, null) { Visible = false }, verb };
522
DesignerVerbCollection verbs =
new
() { null, new DesignerVerb(null, null) { Enabled = false }, new DesignerVerb(null, null) { Visible = false }, verb };
578
DesignerVerbCollection verbs =
new
() { null, new DesignerVerb(null, null) { Enabled = false }, new DesignerVerb(null, null) { Visible = false }, verb };
System\ComponentModel\Design\DesignerVerbCollectionTests.cs (12)
11
DesignerVerbCollection collection =
new
();
38
DesignerVerbCollection collection =
new
();
63
DesignerVerbCollection collection =
new
();
76
DesignerVerbCollection collection =
new
();
88
DesignerVerbCollection collection =
new
();
96
DesignerVerbCollection collection =
new
();
120
DesignerVerbCollection collection =
new
();
140
DesignerVerbCollection collection =
new
();
166
DesignerVerbCollection collection =
new
();
178
DesignerVerbCollection collection =
new
();
189
DesignerVerbCollection collection =
new
();
200
DesignerVerbCollection collection =
new
();