3 writes to index
System.Web.Extensions (3)
UI\WebControls\ListViewPagedDataSource.cs (3)
358
this.
index
= -1;
376
index
++;
381
index
= -1;
3 references to index
System.Web.Extensions (3)
UI\WebControls\ListViewPagedDataSource.cs (3)
368
if (
index
< 0) {
371
return collection[startRowIndex +
index
];
377
return (startRowIndex +
index
) < indexBounds;