1 write to startRowIndex
System.Web.Extensions (1)
UI\WebControls\ListViewPagedDataSource.cs (1)
397
this.
startRowIndex
= startRowIndex;
2 references to startRowIndex
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
411
return array[
startRowIndex
+ index];
417
return (
startRowIndex
+ index) < indexBounds;