1 implementation of Add
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Container.cs (1)
28public virtual void Add(IComponent? component) => Add(component, null);
20 references to Add
System.DirectoryServices (1)
System\DirectoryServices\Design\DirectoryEntryConverter.cs (1)
41context?.Container?.Add(newEntry);
System.IO.Ports (1)
System\IO\Ports\SerialPort.cs (1)
551container.Add(this);
System.Windows.Forms (9)
System\Windows\Forms\ContextMenuStrip.cs (1)
22container.Add(this);
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
71container.Add(this);
System\Windows\Forms\Controls\TabControl\TabControl.ControlCollection.cs (1)
58site.Container?.Add(tabPage);
System\Windows\Forms\DataBinding\BindingNavigator.cs (1)
65container.Add(this);
System\Windows\Forms\DataBinding\BindingSource.cs (1)
102container.Add(this);
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
85container.Add(this);
System\Windows\Forms\NotifyIcon.cs (1)
71container.Add(this);
System\Windows\Forms\Timer.cs (1)
46container.Add(this);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
81cont.Add(this);
System.Windows.Forms.Design (9)
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
375Container.Add(component);
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
225_destHost.Container.Add(c);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
252currentContainer.Add(newColumns[i]);
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
340currentContainer?.Add(col);
System\Windows\Forms\Design\ParentControlDesigner.cs (4)
647container.Add(children[i]); 1413container.Add(comp); 2338container.Add(component); 2368oldContainer?.Add(component);
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
864host.Container.Add(ToolStripItem);