2 writes to indexBounds
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
316
this.
indexBounds
= startRowIndex + count;
318
indexBounds
= collection.Count;
2 references to indexBounds
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
317
if (
indexBounds
> collection.Count) {
336
return (startRowIndex + index) <
indexBounds
;