Base:
property
Controls
System.Web.UI.Control.Controls
10 references to Controls
System.Web (10)
UI\WebParts\AppearanceEditorPart.cs (1)
175
ControlCollection controls =
Controls
;
UI\WebParts\BehaviorEditorPart.cs (1)
252
ControlCollection controls =
Controls
;
UI\WebParts\GenericWebPart.cs (1)
301
((GenericWebPartControlCollection)
Controls
).AddGenericControl(ChildControl);
UI\WebParts\ImportCatalogPart.cs (3)
134
Controls
.Clear();
137
Controls
.Add(_upload);
143
Controls
.Add(_uploadButton);
UI\WebParts\LayoutEditorPart.cs (1)
146
ControlCollection controls =
Controls
;
UI\WebParts\PropertyGridEditorPart.cs (3)
107
int count =
Controls
.Count;
172
ControlCollection controls =
Controls
;
181
Controls
.Add(editorControl);