2 writes to _totalRowCount
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
1539_totalRowCount = usePaging ? pagedDataSource.DataSourceCount : _itemList.Count; 2709_totalRowCount = (int)state[8];
8 references to _totalRowCount
System.Web.Extensions (8)
UI\WebControls\ListView.cs (8)
1540OnTotalRowCountAvailable(new PageEventArgs(_startRowIndex, _maximumRows, _totalRowCount)); 1556return _totalRowCount; 2252if ((_totalRowCount > 0) && 2254(_deletedItemIndex + _startRowIndex == _totalRowCount)) { 2742OnTotalRowCountAvailable(new PageEventArgs(_startRowIndex, _maximumRows, _totalRowCount)); 3213_totalRowCount != -1 || 3227state[8] = (_totalRowCount == -1) ? null : (object)_totalRowCount;