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