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)
433
.Returns(new
DesignerVerbCollection
());
442
DesignerVerbCollection verbs =
new
() { null, verb };
480
DesignerVerbCollection verbs =
new
() { null, new DesignerVerb(null, null) { Enabled = false }, new DesignerVerb(null, null) { Visible = false }, verb };
524
DesignerVerbCollection verbs =
new
() { null, new DesignerVerb(null, null) { Enabled = false }, new DesignerVerb(null, null) { Visible = false }, verb };
580
DesignerVerbCollection verbs =
new
() { null, new DesignerVerb(null, null) { Enabled = false }, new DesignerVerb(null, null) { Visible = false }, verb };
System\ComponentModel\Design\DesignerVerbCollectionTests.cs (12)
13
DesignerVerbCollection collection =
new
();
40
DesignerVerbCollection collection =
new
();
65
DesignerVerbCollection collection =
new
();
78
DesignerVerbCollection collection =
new
();
90
DesignerVerbCollection collection =
new
();
98
DesignerVerbCollection collection =
new
();
122
DesignerVerbCollection collection =
new
();
142
DesignerVerbCollection collection =
new
();
168
DesignerVerbCollection collection =
new
();
180
DesignerVerbCollection collection =
new
();
191
DesignerVerbCollection collection =
new
();
202
DesignerVerbCollection collection =
new
();