1 override of RemoveAt
System.Web.Extensions (1)
UI\UpdatePanel.cs (1)
500
public override void
RemoveAt
(int index) {
13 references to RemoveAt
System.Web (8)
UI\ControlCollection.cs (2)
159
RemoveAt
(i);
332
RemoveAt
(index);
UI\HtmlControls\HtmlTableCellCollection.cs (1)
166
owner.Controls.
RemoveAt
(index);
UI\HtmlControls\HtmlTableRowCollection.cs (1)
164
owner.Controls.
RemoveAt
(index);
UI\WebControls\TableCellCollection.cs (1)
199
owner.Controls.
RemoveAt
(index);
UI\WebControls\TableRowCollection.cs (1)
192
owner.Controls.
RemoveAt
(index);
UI\WebControls\Wizard.cs (2)
2579
targetContainer.Controls.
RemoveAt
(placeholderIndex);
3667
Views.
RemoveAt
(index);
System.Web.Extensions (3)
UI\UpdatePanel.cs (1)
504
base.
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)
1026
Controls.
RemoveAt
(i);