1 override of RemoveAt
System.Web.Extensions (1)
UI\UpdatePanel.cs (1)
500public override void RemoveAt(int index) {
13 references to RemoveAt
System.Web (8)
UI\ControlCollection.cs (2)
159RemoveAt(i); 332RemoveAt(index);
UI\HtmlControls\HtmlTableCellCollection.cs (1)
166owner.Controls.RemoveAt(index);
UI\HtmlControls\HtmlTableRowCollection.cs (1)
164owner.Controls.RemoveAt(index);
UI\WebControls\TableCellCollection.cs (1)
199owner.Controls.RemoveAt(index);
UI\WebControls\TableRowCollection.cs (1)
192owner.Controls.RemoveAt(index);
UI\WebControls\Wizard.cs (2)
2579targetContainer.Controls.RemoveAt(placeholderIndex); 3667Views.RemoveAt(index);
System.Web.Extensions (3)
UI\UpdatePanel.cs (1)
504base.RemoveAt(index);
UI\WebControls\ListView.cs (2)
3166_groupsGroupPlaceholderContainer.Controls.RemoveAt(_groupsOriginalIndexOfGroupPlaceholderInContainer); 3176_noGroupsItemPlaceholderContainer.Controls.RemoveAt(_noGroupsOriginalIndexOfItemPlaceholderInContainer);
System.Web.Mobile (2)
UI\MobileControls\Design\BaseValidatorDesigner.cs (1)
65_baseValidator.Controls.RemoveAt(i);
UI\MobileControls\MobileControl.cs (1)
1026Controls.RemoveAt(i);