2 writes to indexBounds
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
360
this.
indexBounds
= startRowIndex + count;
362
indexBounds
= collection.Count;
2 references to indexBounds
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
361
if (
indexBounds
> collection.Count) {
377
return (startRowIndex + index) <
indexBounds
;