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