2 writes to indexBounds
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
400
this.
indexBounds
= startRowIndex + count;
402
indexBounds
= array.Length;
2 references to indexBounds
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
401
if (
indexBounds
> array.Length) {
417
return (startRowIndex + index) <
indexBounds
;