2 writes to cachedSelectedIndices
System.Web (2)
UI\WebControls\ListControl.cs (2)
338
cachedSelectedIndices
= new ArrayList(3);
847
cachedSelectedIndices
= selectedIndices;
2 references to cachedSelectedIndices
System.Web (2)
UI\WebControls\ListControl.cs (2)
341
cachedSelectedIndices
.Add(i);
344
return
cachedSelectedIndices
;