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