6 overrides of Remove
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.ControlCollection.cs (1)
30
public override void
Remove
(Control? value)
System\Windows\Forms\Controls\TabControl\TabControl.ControlCollection.cs (1)
66
public override void
Remove
(Control? value)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (1)
43
public override void
Remove
(Control? value)
System\Windows\Forms\Form.ControlCollection.cs (1)
61
public override void
Remove
(Control? value)
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerTypedControlCollection.cs (1)
22
public override void
Remove
(Control? value)
System\Windows\Forms\MDI\MDIClient.ControlCollection.cs (1)
61
public override void
Remove
(Control? value)
71 references to Remove
DesignSurface (1)
MainForm.cs (1)
425
splitContainer.Panel2.Controls.
Remove
(propertyGrid);
System.Windows.Forms (18)
System\Windows\Forms\Control.ControlCollection.cs (3)
70
value._parent?.Controls.
Remove
(value);
316
Remove
(c);
322
Remove
(this[index]);
System\Windows\Forms\Control.cs (2)
2635
_parent?.Controls.
Remove
(this);
4736
_parent?.Controls.
Remove
(this);
System\Windows\Forms\Controls\DataGridView\DataGridView.ControlCollection.cs (2)
39
base.
Remove
(value);
45
base.
Remove
(value);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1073
dataGridView.EditingPanel.Controls.
Remove
(dataGridView.EditingControl);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (2)
567
Controls.
Remove
(_currentControl);
574
Controls.
Remove
(_createNewLinkLabel);
System\Windows\Forms\Controls\TabControl\TabControl.ControlCollection.cs (1)
68
base.
Remove
(value);
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (1)
319
_owner.Controls.
Remove
(value);
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.ToolStripContainerTypedControlCollection.cs (1)
56
base.
Remove
(value);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (1)
228
_owner.ToolStripPanel.Controls.
Remove
(control);
System\Windows\Forms\Form.ControlCollection.cs (1)
68
base.
Remove
(value);
System\Windows\Forms\Internal\ReadOnlyControlCollection.cs (1)
48
internal virtual void RemoveInternal(Control value) => base.
Remove
(value);
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerTypedControlCollection.cs (1)
29
base.
Remove
(value);
System\Windows\Forms\MDI\MDIClient.ControlCollection.cs (1)
68
base.
Remove
(value);
System.Windows.Forms.Design (20)
System\ComponentModel\Design\DesignerActionPanel.Line.cs (1)
56
controls.
Remove
(c);
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
179
oldParent.Controls.
Remove
(control);
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
256
dragSource.Controls.
Remove
(currentControl);
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
169
oldParent.Controls.
Remove
(control);
System\Windows\Forms\Design\ChangeToolStripParentVerb.cs (1)
71
oldParent.Controls.
Remove
(toolStrip);
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
466
Controls.
Remove
(_addNewPanel);
467
Controls.
Remove
(_helpTextPanel);
System\Windows\Forms\Design\DesignerFrame.cs (2)
304
Controls.
Remove
(window);
305
Controls.
Remove
(_splitter);
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
617
children.
Remove
(dragControl);
System\Windows\Forms\Design\FormatControl.cs (2)
271
tableLayoutPanel1.Controls.
Remove
(dateTimeFormatsListBox);
288
tableLayoutPanel1.Controls.
Remove
(_customStringTextBox);
System\Windows\Forms\Design\ParentControlDesigner.cs (4)
657
parent.Controls.
Remove
(children[i]);
2175
oldParent.Controls.
Remove
(control);
2411
cParent.Controls.
Remove
(c);
2430
parent.Controls.
Remove
(c);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
449
Table.Controls.
Remove
(c);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
274
form.Controls.
Remove
(_designMenu);
System\Windows\Forms\Design\ToolStripEditorManager.cs (1)
57
_behaviorService.AdornerWindowControl.Controls.
Remove
(_editor);
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
396
_overarchingTableLayoutPanel.Controls.
Remove
(_treeView1);
System.Windows.Forms.Tests (27)
System\Windows\Forms\ControlTests.ControlCollection.cs (25)
1683
collection.
Remove
(child1);
1727
collection.
Remove
(child1);
1937
collection.
Remove
(child1);
1947
collection.
Remove
(child1);
1957
collection.
Remove
(null);
2001
collection.
Remove
(child1);
2012
collection.
Remove
(child1);
2023
collection.
Remove
(null);
2071
collection.
Remove
(child1);
2084
collection.
Remove
(child1);
2097
collection.
Remove
(null);
2153
collection.
Remove
(child1);
2169
collection.
Remove
(child1);
2185
collection.
Remove
(null);
2220
collection1.
Remove
(control2);
2227
collection1.
Remove
(control3);
2261
collection.
Remove
(control);
2308
collection.
Remove
(control);
2452
collection.
Remove
(control);
2585
collection.
Remove
(control);
2658
collection.
Remove
(control);
2736
collection.
Remove
(control);
2819
collection.
Remove
(child1);
2826
collection.
Remove
(child1);
2835
collection.
Remove
(child2);
System\Windows\Forms\ControlTests.Internals.cs (1)
418
form.Controls.
Remove
(control);
System\Windows\Forms\LayoutEventArgsTests.cs (1)
76
tableLayoutPanel.Controls.
Remove
(panel);
System.Windows.Forms.UI.IntegrationTests (2)
AnchorLayoutTests.cs (2)
62
form.Controls.
Remove
(button);
192
container.Controls.
Remove
(button);
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
759
{ Controls.
Remove
(Child); }
WinFormsControlsTest (2)
MdiChild.cs (2)
68
Controls.
Remove
(_menuStrip);
80
MyParent.Controls.
Remove
(MyParent.MainMenu);