3 writes to _pageCount
System.Web (3)
UI\WebControls\DetailsView.cs (3)
1716_pageCount = itemCount; 2823_pageCount = 0; 2853_pageCount = (int)state[6];
5 references to _pageCount
System.Web (5)
UI\WebControls\DetailsView.cs (5)
1058return _pageCount; 2361if (pageIndex == _pageCount - 1) { 3436_pageCount != 0) { 3466if (_pageCount != 0) { 3467pageCountState = _pageCount;