1 instantiation of RepeaterItemCollection
System.Web (1)
UI\WebControls\Repeater.cs (1)
375itemsCollection = new RepeaterItemCollection(itemsArray);
3 references to RepeaterItemCollection
System.Web (3)
UI\WebControls\Repeater.cs (2)
44private RepeaterItemCollection itemsCollection; 369public virtual RepeaterItemCollection Items {
UI\WebControls\RepeaterItemCollection.cs (1)
25/// the <see cref='System.Web.UI.WebControls.RepeaterItemCollection'/> class with the specified items.