6 overrides of Remove
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewControlCollection.cs (1)
44
public override void
Remove
(Control value)
winforms\Managed\System\WinForms\Form.cs (1)
7732
public override void
Remove
(Control value) {
winforms\Managed\System\WinForms\MDIClient.cs (1)
448
public override void
Remove
(Control value) {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2577
public override void
Remove
(Control value) {
winforms\Managed\System\WinForms\TabControl.cs (1)
2782
public override void
Remove
(Control value) {
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
469
public override void
Remove
(Control value) {
33 references to Remove
System.Windows.Forms (23)
winforms\Managed\System\WinForms\Control.cs (5)
3453
parent.Controls.
Remove
(this);
6035
parent.Controls.
Remove
(this);
14766
value.parent.Controls.
Remove
(value);
15060
Remove
((Control)control);
15069
Remove
(this[index]);
winforms\Managed\System\WinForms\DataGrid.cs (1)
1574
this.Controls.
Remove
(this.toBeDisposedEditingControl);
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (2)
145
edit.ParentInternal.Controls.
Remove
(edit);
629
edit.ParentInternal.Controls.
Remove
(edit);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1335
dgv.EditingPanel.Controls.
Remove
(dgv.EditingControl);
winforms\Managed\System\WinForms\DataGridViewControlCollection.cs (2)
48
base.
Remove
(value);
54
base.
Remove
(value);
winforms\Managed\System\WinForms\Form.cs (1)
7736
base.
Remove
(value);
winforms\Managed\System\WinForms\MDIClient.cs (1)
450
base.
Remove
(value);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4845
this.Controls.
Remove
(hotcommands);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5962
Controls.
Remove
(currentControl);
5969
this.Controls.
Remove
(createNewLink);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2583
base.
Remove
(value);
winforms\Managed\System\WinForms\TabControl.cs (2)
2674
owner.Controls.
Remove
(value);
2783
base.
Remove
(value);
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
475
base.
Remove
(value);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
2206
owner.ToolStripPanel.Controls.
Remove
(control);
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1513
this.ParentInternal.Controls.
Remove
(this);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
516
base.
Remove
(value);
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
374
this.designerPreview.Parent.Controls.
Remove
(this.dummyPreviewPanel);
384
this.themeConfigPanel.Controls.
Remove
(this.designerTreeView);
385
this.themeConfigPanel.Controls.
Remove
(this.propertiesGrid);
AuthoringOM\Design\WorkflowView.cs (4)
306
Controls.
Remove
(this.toolContainer);
667
Controls.
Remove
(this.toolContainer);
1931
Controls.
Remove
(this.hScrollBar);
1948
Controls.
Remove
(this.vScrollBar);
System.WorkflowServices (3)
System\Workflow\Activities\Design\EditableLabelControl.cs (2)
74
this.Controls.
Remove
(TextBox);
89
this.Controls.
Remove
(label);
System\Workflow\Activities\Design\RichListBox.cs (1)
196
this.Controls.
Remove
(activeItemViewControl);