6 references to DataSourceCount
System.Web.Extensions (6)
UI\WebControls\ListView.cs (3)
1518
keyArray.Capacity = pagedDataSource.
DataSourceCount
;
1519
suffixArray.Capacity = pagedDataSource.
DataSourceCount
;
1539
_totalRowCount = usePaging ? pagedDataSource.
DataSourceCount
: _itemList.Count;
UI\WebControls\ListViewPagedDataSource.cs (3)
71
return
DataSourceCount
- StartRowIndex;
76
return
DataSourceCount
- StartRowIndex;
122
if (StartRowIndex + MaximumRows >=
DataSourceCount
)