1 override of Remove
System.Web.Extensions (1)
UI\UpdatePanel.cs (1)
493
public override void
Remove
(Control value) {
12 references to Remove
System.Web (10)
UI\Control.cs (1)
2864
control._parent.Controls.
Remove
(control);
UI\HtmlControls\HtmlTableCellCollection.cs (1)
155
owner.Controls.
Remove
(cell);
UI\HtmlControls\HtmlTableRowCollection.cs (1)
153
owner.Controls.
Remove
(row);
UI\MasterPage.cs (1)
142
Controls.
Remove
(_master);
UI\Page.cs (1)
970
Controls.
Remove
(_master);
UI\WebControls\TableCellCollection.cs (2)
188
owner.Controls.
Remove
(cell);
250
owner.Controls.
Remove
((TableCell)o);
UI\WebControls\TableRowCollection.cs (1)
183
owner.Controls.
Remove
(row);
UI\WebControls\Wizard.cs (1)
3647
Views.
Remove
(wizardStep);
UI\WebParts\WebPartManager.cs (1)
4456
Remove
(webPart);
System.Web.Extensions (2)
UI\UpdatePanel.cs (1)
497
base.
Remove
(value);
UI\WebControls\ListView.cs (1)
2146
placeholderContainer.Controls.
Remove
(placeholder);