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