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