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