1 override of AddInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1545
internal override void
AddInternal
(Control value) {
12 references to AddInternal
System.Windows.Forms (12)
winforms\Managed\System\WinForms\SplitContainer.cs (2)
160
((WindowsFormsUtils.TypedControlCollection)this.Controls).
AddInternal
(panel1);
161
((WindowsFormsUtils.TypedControlCollection)this.Controls).
AddInternal
(panel2);
winforms\Managed\System\WinForms\StatusStrip.cs (1)
286
controlCollection.
AddInternal
(RTLGrip);
winforms\Managed\System\WinForms\ToolStripContainer.cs (5)
54
controlCollection.
AddInternal
(contentPanel);
55
controlCollection.
AddInternal
(leftPanel);
56
controlCollection.
AddInternal
(rightPanel);
57
controlCollection.
AddInternal
(topPanel);
58
controlCollection.
AddInternal
(bottomPanel);
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
982
newControls.
AddInternal
(Control);
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
1548
base.
AddInternal
(value);
1552
base.
AddInternal
(value);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
501
AddInternal
(value);