16 references to EmptyControlCollection
System.Web (16)
UI\DataBoundLiteralControl.cs (2)
127return new EmptyControlCollection(this); 223return new EmptyControlCollection(this);
UI\DataSourceControl.cs (1)
150return new EmptyControlCollection(this);
UI\HierarchicalDataSourceControl.cs (1)
116return new EmptyControlCollection(this);
UI\HtmlControls\HtmlControl.cs (1)
174return new EmptyControlCollection(this);
UI\HtmlControls\HtmlSelect.cs (1)
568return new EmptyControlCollection(this);
UI\LiteralControl.cs (1)
70return new EmptyControlCollection(this);
UI\WebControls\BulletedList.cs (1)
113return new EmptyControlCollection(this);
UI\WebControls\DropDownList.cs (1)
133return new EmptyControlCollection(this);
UI\WebControls\HiddenField.cs (1)
95return new EmptyControlCollection(this);
UI\WebControls\Literal.cs (1)
115return new EmptyControlCollection(this);
UI\WebControls\Substitution.cs (1)
56return new EmptyControlCollection(this);
UI\WebControls\TreeView.cs (1)
1373return new EmptyControlCollection(this);
UI\WebControls\xml.cs (1)
357return new EmptyControlCollection(this);
UI\WebParts\ProxyWebPartManager.cs (1)
102return new EmptyControlCollection(this);
UI\WebParts\WebPartZoneBase.cs (1)
844return new EmptyControlCollection(this);