2 writes to StartRowIndex
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
1967pagedDataSource.StartRowIndex = _startRowIndex; 1978pagedDataSource.StartRowIndex = _startRowIndex;
5 references to StartRowIndex
System.Web.Extensions (5)
UI\WebControls\ListView.cs (1)
1676ListViewDataItem item = CreateDataItem(dataItemIndex + dataSource.StartRowIndex, dataItemIndex);
UI\WebControls\ListViewPagedDataSource.cs (4)
71return DataSourceCount - StartRowIndex; 76return DataSourceCount - StartRowIndex; 122if (StartRowIndex + MaximumRows >= DataSourceCount) 213startRowIndex = StartRowIndex;