4 writes to _currentPage
System.Web.Mobile (4)
UI\MobileControls\Form.cs (4)
167
_currentPage
= page;
488
_currentPage
= value;
532
_currentPage
= page;
699
_currentPage
= state != null ? (int)state : 1;
9 references to _currentPage
System.Web.Mobile (9)
UI\MobileControls\Form.cs (9)
164
int oldPage =
_currentPage
;
172
OnPageChange(oldPage,
_currentPage
);
480
return
_currentPage
;
484
if (
_currentPage
!= value)
486
OnPageChange (
_currentPage
, value);
489
_cachedCurrentPage =
_currentPage
;
529
int page = Math.Max(Math.Min(
_currentPage
, _pageCount), 1);
530
if(
_currentPage
!= page)
705
int currentPage =
_currentPage
;