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