30 references to Add
System.Windows.Forms.Design (20)
System\ComponentModel\Design\DesignerActionListCollection.cs (2)
33
Add
(value[i]);
44
Add
(value[i]);
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
141
_actionLists.
Add
(new ListControlUnboundActionList(this));
System\Windows\Forms\Design\DataGridViewDesigner.cs (3)
202
_actionLists.
Add
(new DataGridViewChooseDataSourceActionList(this)
212
_actionLists.
Add
(new DataGridViewColumnEditingActionList(this));
215
_actionLists.
Add
(new DataGridViewPropertiesActionList(this));
System\Windows\Forms\Design\ListBoxDesigner.cs (2)
200
_actionLists.
Add
(new ListControlUnboundActionList(this));
213
_actionLists.
Add
(new ListControlUnboundActionList(this));
System\Windows\Forms\Design\ListViewDesigner.cs (1)
181
_actionLists.
Add
(new ListViewActionList(this));
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
33
_actions.
Add
(new MaskedTextBoxDesignerActionList(this));
System\Windows\Forms\Design\PictureBoxDesigner.cs (1)
112
_actionLists.
Add
(new PictureBoxActionList(this));
System\Windows\Forms\Design\RichTextBoxDesigner.cs (1)
45
_actionLists.
Add
(new RichTextBoxActionList(this));
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
46
designerActionListCollection.
Add
(new OrientationActionList(this));
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
377
_actionLists.
Add
(new TableLayouPanelRowColumnActionList(this));
System\Windows\Forms\Design\TextBoxDesigner.cs (1)
26
_actionLists.
Add
(new TextBoxActionList(this));
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
105
actions.
Add
(actionList);
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
72
actionLists.
Add
(_actionLists);
80
actionLists.
Add
(new DesignerActionVerbList(verbsArray));
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (2)
59
actionLists.
Add
(cmActionList);
68
actionLists.
Add
(new DesignerActionVerbList(cmverbsArray));
System.Windows.Forms.Design.Tests (10)
System\ComponentModel\Design\DesignerActionListCollectionTests.cs (10)
41
collection.
Add
(value1);
48
collection.
Add
(value2);
53
collection.
Add
(null);
122
collection.
Add
(value);
130
collection.
Add
(null);
143
collection.
Add
(value1);
168
collection.
Add
(value);
180
collection.
Add
(value);
191
collection.
Add
(value);
202
collection.
Add
(value);