2 writes to indexBounds
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
502
this.
indexBounds
= startIndex + count;
504
indexBounds
= array.Length;
2 references to indexBounds
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
503
if (
indexBounds
> array.Length) {
519
return (startIndex + index) <
indexBounds
;