Base:
property
Controls
System.Web.UI.Control.Controls
17 references to Controls
System.Web (17)
UI\WebControls\CompositeDataBoundControl.cs (2)
90
Controls
.Clear();
148
Controls
.Clear();
UI\WebControls\DetailsView.cs (4)
1629
Controls
.Add(table);
3222
if (
Controls
.Count < 1) {
3226
Debug.Assert(
Controls
[0] is Table);
3228
Table childTable = (Table)
Controls
[0];
UI\WebControls\FormView.cs (6)
1398
Controls
.Add(table);
2767
if (
Controls
.Count < 1) {
2771
Debug.Assert(
Controls
[0] is Table);
2773
Table childTable = (Table)
Controls
[0];
2869
if (
Controls
.Count > 0) {
2871
Controls
[0].RenderChildren(writer);
UI\WebControls\GridView.cs (5)
2035
Controls
.Add(table);
2045
Controls
.Clear();
2123
Controls
.Clear();
3951
if (
Controls
.Count == 0)
3955
Table childTable = (Table)
Controls
[0];