7 overrides of Remove
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
BlazorWebView.cs (1)
333
public override void
Remove
(Control? value) => throw new NotSupportedException();
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)
40 references to Remove
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)
2723
_parent?.Controls.
Remove
(this);
4824
_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)
1065
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 (21)
System\ComponentModel\Design\DesignerActionPanel.Line.cs (1)
56
controls.
Remove
(c);
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
176
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)
465
Controls.
Remove
(_addNewPanel);
466
Controls.
Remove
(_helpTextPanel);
System\Windows\Forms\Design\DesignerFrame.cs (2)
301
Controls.
Remove
(window);
302
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]);
2170
oldParent.Controls.
Remove
(control);
2406
cParent.Controls.
Remove
(c);
2425
parent.Controls.
Remove
(c);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
449
Table.Controls.
Remove
(c);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1492
parentForm.Controls.
Remove
(parentMenu);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
268
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);
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
728
{ Controls.
Remove
(Child); }