Base:
property
Controls
System.Web.UI.Control.Controls
38 references to Controls
System.Web (38)
UI\WebControls\ChangePassword.cs (3)
1761Controls.Add(_changePasswordContainer); 1795Controls.Clear(); 1819Controls.Add(_successContainer);
UI\WebControls\login.cs (2)
1124Controls.Clear(); 1144Controls.Add(_templateContainer);
UI\WebControls\loginstatus.cs (5)
239Controls.Clear(); 272Controls.Add(_logOutLinkButton); 273Controls.Add(_logOutImageButton); 274Controls.Add(_logInLinkButton); 275Controls.Add(_logInImageButton);
UI\WebControls\PasswordRecovery.cs (4)
1285Controls.Clear(); 1309Controls.Add(_questionContainer); 1334Controls.Add(_successContainer); 1355Controls.Add(_userNameContainer);
UI\WebControls\SiteMapPath.cs (3)
427Controls.Clear(); 486Controls.AddAt(index, item); 653Controls.Clear();
UI\WebControls\Wizard.cs (5)
1291Controls.Clear(); 2498Owner.Controls.Add(_layoutContainer); 2830Owner.Controls.Add(mainContentTable); 2878Owner.Controls.Add(outerTable); 2938_controls = _wizard.Controls;
UI\WebParts\AppearanceEditorPart.cs (3)
331Controls.Clear(); 335Controls.Add(_value); 356Controls.Add(_type);
UI\WebParts\CatalogZoneBase.cs (2)
380Controls.Clear(); 386Controls.Add(catalogPart);
UI\WebParts\ConnectionsZone.cs (5)
797Controls.Clear(); 815Controls.Add(list); 826Controls.Add(list); 856Controls.Add(_pendingTransformerConfigurationControl); 882Controls.Add(_pendingTransformerConfigurationControl);
UI\WebParts\EditorPart.cs (1)
191associatedClientID = compositeControl.Controls[0].ClientID;
UI\WebParts\EditorZoneBase.cs (1)
261ControlCollection controls = Controls;
UI\WebParts\WebPartZoneBase.cs (4)
757WebPart[] parts = new WebPart[Controls.Count]; 758Controls.CopyTo(parts, 0); 829Controls.Clear(); 833Controls.Add(part);