3 writes to _pageCount
System.Web (3)
UI\WebControls\FormView.cs (3)
1480
_pageCount
= itemCount;
2452
_pageCount
= 0;
2481
_pageCount
= (int)state[6];
5 references to _pageCount
System.Web (5)
UI\WebControls\FormView.cs (5)
895
return
_pageCount
;
1991
if (pageIndex ==
_pageCount
- 1) {
2898
_pageCount
!= 0) {
2927
if (
_pageCount
!= 0) {
2928
pageCountState =
_pageCount
;