1 implementation of Add
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Container.cs (1)
36
public virtual void
Add
(IComponent? component, string? name)
12 references to Add
System.Windows.Forms.Design (12)
System\ComponentModel\Design\InheritanceService.cs (1)
200
container.
Add
(compValue, name);
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
379
Container.
Add
(component, name);
System\Windows\Forms\Design\BindingNavigatorDesigner.cs (1)
104
host?.Container.
Add
(item, DesignerUtils.GetUniqueSiteName(host, item.Name));
System\Windows\Forms\Design\ComponentTray.cs (1)
519
host.Container.
Add
(component, name);
System\Windows\Forms\Design\ControlDesigner.cs (1)
598
nc.
Add
(child, name);
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
129
_liveDataGridView.Site?.Container?.
Add
(column, column.Name);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
248
currentContainer.
Add
(newColumns[i], compName);
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
663
host?.Container.
Add
(dataGridViewColumn, nameFromText);
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1284
_designerHost.Container.
Add
(bs, uniqueSiteName);
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
643
container.
Add
(children[i], name);
2334
container.
Add
(component, name);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
394
_nestedContainer.
Add
(_menuItem, "ContextMenuStrip");