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