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