2 writes to indexBounds
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
360this.indexBounds = startRowIndex + count; 362indexBounds = collection.Count;
2 references to indexBounds
System.Web.Extensions (2)
UI\WebControls\ListViewPagedDataSource.cs (2)
361if (indexBounds > collection.Count) { 377return (startRowIndex + index) < indexBounds;