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