1 implementation of Add
System (1)
compmod\system\componentmodel\Container.cs (1)
44
public virtual void
Add
(IComponent component) {
14 references to Add
System (1)
sys\system\io\ports\SerialPort.cs (1)
587
container.
Add
(this);
System.Messaging (2)
System\Messaging\Design\MessageQueueConverter.cs (1)
69
context.Container.
Add
(newQueue);
System\Messaging\Design\QueuePathEditor.cs (1)
75
context.Container.
Add
((IComponent)value);
System.Windows.Forms (11)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
76
container.
Add
(this);
winforms\Managed\System\WinForms\BindingSource.cs (1)
142
container.
Add
(this);
winforms\Managed\System\WinForms\ContextMenuStrip.cs (1)
32
container.
Add
(this);
winforms\Managed\System\WinForms\DataGrid.cs (1)
8952
container.
Add
(component);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
112
container.
Add
(this);
winforms\Managed\System\WinForms\ImageList.cs (1)
106
container.
Add
(this);
winforms\Managed\System\WinForms\MainMenu.cs (1)
48
container.
Add
(this);
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
93
container.
Add
(this);
winforms\Managed\System\WinForms\TabControl.cs (1)
2769
container.
Add
(tabPage);
winforms\Managed\System\WinForms\Timer.cs (1)
84
container.
Add
(this);
winforms\Managed\System\WinForms\ToolTip.cs (1)
107
cont.
Add
(this);