1 instantiation of SingleChildControlCollection
System.Web.Extensions (1)
UI\UpdatePanel.cs (1)
303
return new
SingleChildControlCollection
(this);
3 references to SingleChildControlCollection
System.Web.Extensions (3)
UI\UpdatePanel.cs (3)
243
private
SingleChildControlCollection
ChildControls {
245
SingleChildControlCollection
singleChildCollection = Controls as
SingleChildControlCollection
;