Implemented interface member:
method
GetEnumerator
System.Collections.IEnumerable.GetEnumerator()
8 references to GetEnumerator
System.Web (7)
UI\HtmlControls\HtmlTableCellCollection.cs (1)
115return owner.Controls.GetEnumerator();
UI\HtmlControls\HtmlTableRowCollection.cs (1)
141return owner.Controls.GetEnumerator();
UI\WebControls\DataList.cs (1)
1308IEnumerator controlEnum = item.Controls.GetEnumerator();
UI\WebControls\DataListItem.cs (1)
128IEnumerator controlEnum = this.Controls.GetEnumerator();
UI\WebControls\TableCellCollection.cs (1)
135return owner.Controls.GetEnumerator();
UI\WebControls\TableRowCollection.cs (1)
133return owner.Controls.GetEnumerator();
UI\WebControls\Wizard.cs (1)
3620return Views.GetEnumerator();
System.Web.Mobile (1)
UI\MobileControls\MobilePage.cs (1)
1331IEnumerator e = control.Controls.GetEnumerator();