3 references to Remove
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1632
oldToolStripPanelRow.ControlsInternal.
Remove
(this);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
544
controlToBeDragged.ToolStripPanelRow.ControlsInternal.
Remove
(e.Control);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2158
void IList.Remove(object value) {
Remove
(value as Control); }