1 write to startRowIndex
System.Web.Extensions (1)
UI\WebControls\ListViewPagedDataSource.cs (1)
357
this.
startRowIndex
= startRowIndex;
2 references to startRowIndex
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
371
return collection[
startRowIndex
+ index];
377
return (
startRowIndex
+ index) < indexBounds;