3 writes to index
System.Web.Extensions (3)
UI\WebControls\ListViewPagedDataSource.cs (3)
398
this.
index
= -1;
416
index
++;
421
index
= -1;
3 references to index
System.Web.Extensions (3)
UI\WebControls\ListViewPagedDataSource.cs (3)
408
if (
index
< 0) {
411
return array[startRowIndex +
index
];
417
return (startRowIndex +
index
) < indexBounds;