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