11 types derived from ControlCollection
System.Web (10)
UI\EmptyControlCollection.cs (1)
19
public class EmptyControlCollection :
ControlCollection
{
UI\HtmlControls\HtmlTable.cs (1)
289
protected class HtmlTableRowControlCollection :
ControlCollection
{
UI\HtmlControls\HtmlTableRow.cs (1)
231
protected class HtmlTableCellControlCollection :
ControlCollection
{
UI\InternalControlCollection.cs (1)
14
internal class InternalControlCollection :
ControlCollection
{
UI\WebControls\MultiView.cs (1)
380
public class ViewCollection :
ControlCollection
{
UI\WebControls\Table.cs (1)
382
protected class RowControlCollection :
ControlCollection
{
UI\WebControls\TableRow.cs (1)
155
protected class CellControlCollection :
ControlCollection
{
UI\WebControls\Wizard.cs (1)
2919
private class WizardControlCollection :
ControlCollection
{
UI\WebParts\GenericWebPart.cs (1)
327
private sealed class GenericWebPartControlCollection :
ControlCollection
{
UI\WebParts\WebPartManager.cs (1)
4344
private sealed class WebPartManagerControlCollection :
ControlCollection
{
System.Web.Extensions (1)
UI\UpdatePanel.cs (1)
459
private sealed class SingleChildControlCollection :
ControlCollection
{
7 instantiations of ControlCollection
System.Web (5)
UI\Control.cs (1)
2946
return new
ControlCollection
(this);
UI\HtmlControls\HtmlContainerControl.cs (1)
125
return new
ControlCollection
(this);
UI\HtmlControls\HtmlTitle.cs (1)
44
return new
ControlCollection
(this);
UI\HtmlForm.cs (1)
511
return new
ControlCollection
(this, 100, 2);
UI\WebParts\WebPartZoneBase.cs (1)
841
return new
ControlCollection
(this);
System.Web.Extensions (2)
UI\WebControls\ListViewTableCell.cs (1)
21
return new
ControlCollection
(this);
UI\WebControls\ListViewTableRow.cs (1)
21
return new
ControlCollection
(this);
71 references to ControlCollection
System.Web (63)
UI\Control.cs (7)
74
private
ControlCollection
_controls;
2087
ControlCollection
ctrlColl = Controls;
2525
ControlCollection
occasionalFieldControls = _controls;
2765
public virtual
ControlCollection
Controls {
2945
protected virtual
ControlCollection
CreateControlCollection() {
3080
private void FillNamedControlsTable(Control namingContainer,
ControlCollection
controls) {
3221
/// inherited from the <see cref='System.Web.UI.
ControlCollection
'/> class, on the <see cref='System.Web.UI.Control.Controls'/>
UI\ControlCollection.cs (2)
338
private
ControlCollection
list;
343
internal ControlCollectionEnumerator(
ControlCollection
list) {
UI\DataBoundLiteralControl.cs (2)
126
protected override
ControlCollection
CreateControlCollection() {
222
protected override
ControlCollection
CreateControlCollection() {
UI\DataSourceControl.cs (2)
69
public override
ControlCollection
Controls {
149
protected override
ControlCollection
CreateControlCollection() {
UI\HierarchicalDataSourceControl.cs (2)
49
public override
ControlCollection
Controls {
115
protected override
ControlCollection
CreateControlCollection() {
UI\HtmlControls\HtmlContainerControl.cs (1)
124
protected override
ControlCollection
CreateControlCollection() {
UI\HtmlControls\HtmlControl.cs (1)
173
protected override
ControlCollection
CreateControlCollection() {
UI\HtmlControls\HtmlSelect.cs (1)
567
protected override
ControlCollection
CreateControlCollection() {
UI\HtmlControls\HtmlTable.cs (1)
281
protected override
ControlCollection
CreateControlCollection() {
UI\HtmlControls\HtmlTableRow.cs (1)
223
protected override
ControlCollection
CreateControlCollection() {
UI\HtmlControls\HtmlTitle.cs (1)
43
protected override
ControlCollection
CreateControlCollection() {
UI\HtmlForm.cs (1)
510
protected override
ControlCollection
CreateControlCollection() {
UI\ITemplate.cs (1)
27
/// Iteratively populates a provided <see cref='System.Web.UI.
ControlCollection
'/>
UI\LiteralControl.cs (1)
69
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\BaseDataList.cs (1)
126
public override
ControlCollection
Controls {
UI\WebControls\BulletedList.cs (1)
111
public override
ControlCollection
Controls {
UI\WebControls\Calendar.cs (1)
892
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\CompositeControl.cs (1)
30
public override
ControlCollection
Controls {
UI\WebControls\CompositeDataBoundControl.cs (1)
75
public override
ControlCollection
Controls {
UI\WebControls\DataList.cs (2)
876
ControlCollection
controls = Controls;
1216
ControlCollection
controls = Controls;
UI\WebControls\DropDownList.cs (1)
132
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\EditCommandColumn.cs (2)
156
ControlCollection
controls = cell.Controls;
192
ControlCollection
controls = cell.Controls;
UI\WebControls\HiddenField.cs (1)
94
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\Literal.cs (1)
114
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\LoginUtil.cs (2)
384
ControlCollection
controlsInCell = BorderTable.Rows[0].Cells[0].Controls;
435
private static void RenderControls(HtmlTextWriter writer,
ControlCollection
controls) {
UI\WebControls\LoginView.cs (1)
93
public override
ControlCollection
Controls {
UI\WebControls\Menu.cs (1)
190
public override
ControlCollection
Controls {
UI\WebControls\MultiView.cs (1)
177
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\Repeater.cs (1)
201
public override
ControlCollection
Controls {
UI\WebControls\Substitution.cs (1)
55
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\Table.cs (1)
266
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\TableRow.cs (1)
147
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\TreeView.cs (1)
1372
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\Wizard.cs (2)
1315
protected override
ControlCollection
CreateControlCollection() {
2929
ControlCollection
_controls;
UI\WebControls\xml.cs (2)
145
public override
ControlCollection
Controls {
356
protected override
ControlCollection
CreateControlCollection() {
UI\WebParts\AppearanceEditorPart.cs (1)
175
ControlCollection
controls = Controls;
UI\WebParts\BehaviorEditorPart.cs (1)
252
ControlCollection
controls = Controls;
UI\WebParts\EditorZoneBase.cs (1)
261
ControlCollection
controls = Controls;
UI\WebParts\GenericWebPart.cs (1)
304
protected override
ControlCollection
CreateControlCollection() {
UI\WebParts\LayoutEditorPart.cs (1)
146
ControlCollection
controls = Controls;
UI\WebParts\Part.cs (1)
76
public override
ControlCollection
Controls {
UI\WebParts\PropertyGridEditorPart.cs (1)
172
ControlCollection
controls = Controls;
UI\WebParts\ProxyWebPartManager.cs (2)
37
public override
ControlCollection
Controls {
101
protected override
ControlCollection
CreateControlCollection() {
UI\WebParts\WebPartManager.cs (2)
282
public override
ControlCollection
Controls {
1845
protected sealed override
ControlCollection
CreateControlCollection() {
UI\WebParts\WebPartZone.cs (1)
79
ControlCollection
controls = container.Controls;
UI\WebParts\WebPartZoneBase.cs (1)
839
protected override
ControlCollection
CreateControlCollection() {
System.Web.Extensions (7)
UI\UpdatePanel.cs (2)
112
public sealed override
ControlCollection
Controls {
300
protected sealed override
ControlCollection
CreateControlCollection() {
UI\UpdateProgress.cs (1)
72
public override
ControlCollection
Controls {
UI\WebControls\DataPager.cs (1)
71
public override
ControlCollection
Controls {
UI\WebControls\ListView.cs (1)
226
public override
ControlCollection
Controls {
UI\WebControls\ListViewTableCell.cs (1)
20
protected override
ControlCollection
CreateControlCollection() {
UI\WebControls\ListViewTableRow.cs (1)
20
protected override
ControlCollection
CreateControlCollection() {
System.Web.Mobile (1)
UI\MobileControls\Design\MobileControlPersister.cs (1)
956
private static void PersistChildControls(TextWriter sw,
ControlCollection
controls, IDesignerHost host) {