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)
1058
return
_pageCount
;
2361
if (pageIndex ==
_pageCount
- 1) {
3436
_pageCount
!= 0) {
3466
if (
_pageCount
!= 0) {
3467
pageCountState =
_pageCount
;