1 override of AddInternal
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelControlCollection.cs (1)
20
internal override void
AddInternal
(Control? value)
12 references to AddInternal
System.Windows.Forms (12)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
276
controlCollection.
AddInternal
(RTLGrip);
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (5)
42
controlCollection.
AddInternal
(_contentPanel);
43
controlCollection.
AddInternal
(_leftPanel);
44
controlCollection.
AddInternal
(_rightPanel);
45
controlCollection.
AddInternal
(_topPanel);
46
controlCollection.
AddInternal
(_bottomPanel);
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
805
newControls?.
AddInternal
(_control);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelControlCollection.cs (2)
26
base.
AddInternal
(value);
31
base.
AddInternal
(value);
System\Windows\Forms\Internal\ReadOnlyControlCollection.cs (1)
33
AddInternal
(value);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
105
((TypedControlCollection)Controls).
AddInternal
(Panel1);
106
((TypedControlCollection)Controls).
AddInternal
(Panel2);