1 write to itemsCollection
System.Web (1)
UI\WebControls\Repeater.cs (1)
375
itemsCollection
= new RepeaterItemCollection(itemsArray);
2 references to itemsCollection
System.Web (2)
UI\WebControls\Repeater.cs (2)
371
if (
itemsCollection
== null) {
377
return
itemsCollection
;