Base:
property
Controls
System.Web.UI.Control.Controls
13 references to Controls
System.Web (13)
UI\WebControls\BaseDataList.cs (2)
457
Controls
.Clear();
542
Controls
.Clear();
UI\WebControls\DataGrid.cs (3)
1101
Controls
.Add(table);
1639
if (
Controls
.Count == 0)
1642
Table childTable = (Table)
Controls
[0];
UI\WebControls\DataList.cs (8)
876
ControlCollection controls =
Controls
;
957
Controls
.Add(item);
983
item = (DataListItem)
Controls
[0];
987
item = (DataListItem)
Controls
[
Controls
.Count - 1];
996
item = (DataListItem)
Controls
[controlIndex];
1216
ControlCollection controls =
Controls
;
1334
if (
Controls
.Count == 0)