9 references to IndexOf
System.Web (8)
UI\ControlCollection.cs (1)
330
int index =
IndexOf
(value);
UI\WebControls\MultiView.cs (1)
357
int index = Views.
IndexOf
(view);
UI\WebControls\TableCellCollection.cs (2)
122
return owner.Controls.
IndexOf
(cell);
238
return owner.Controls.
IndexOf
((TableCell)o);
UI\WebControls\TableRowCollection.cs (2)
120
return owner.Controls.
IndexOf
(row);
231
return owner.Controls.
IndexOf
((TableRow)o);
UI\WebControls\Wizard.cs (2)
2578
var placeholderIndex = targetContainer.Controls.
IndexOf
(placeholder);
3629
return Views.
IndexOf
(wizardStep);
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2142
placeholderIndex = placeholderContainer.Controls.
IndexOf
(placeholder);