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)
139
_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)
179
_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)
73
actionLists.
Add
(_actionLists);
81
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)
43
collection.
Add
(value1);
50
collection.
Add
(value2);
55
collection.
Add
(null);
124
collection.
Add
(value);
132
collection.
Add
(null);
145
collection.
Add
(value1);
170
collection.
Add
(value);
182
collection.
Add
(value);
193
collection.
Add
(value);
204
collection.
Add
(value);