21 references to Add
System.Windows.Forms.Design (21)
System\ComponentModel\Design\DesignerActionListCollection.cs (2)
33
Add
(value[i]);
44
Add
(value[i]);
System\ComponentModel\Design\DesignerActionService.cs (1)
213
actionLists.
Add
(new DesignerActionVerbList([.. verbsArray]));
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
139
_actionLists.
Add
(new ListControlUnboundActionList(this));
System\Windows\Forms\Design\DataGridViewDesigner.cs (3)
198
_actionLists.
Add
(new DataGridViewChooseDataSourceActionList(this)
208
_actionLists.
Add
(new DataGridViewColumnEditingActionList(this));
211
_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));