13 writes to LastPage
System.Web.Mobile (13)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (2)
503
mc.
LastPage
= page;
513
mobileChild.
LastPage
= page;
UI\MobileControls\Adapters\WmlFormAdapter.cs (2)
314
mc.
LastPage
= page;
324
mobileChild.
LastPage
= page;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (2)
401
mc.
LastPage
= page;
411
mobileChild.
LastPage
= page;
UI\MobileControls\Form.cs (2)
606
mc.
LastPage
= ctp.LastPage;
611
this.
LastPage
= Math.Max(pager.PageCount, 1);
UI\MobileControls\ItemPager.cs (1)
117
_control.
LastPage
= _lastPage;
UI\MobileControls\MobileControl.cs (3)
1352
this.
LastPage
= pager.PageCount;
1359
this.
LastPage
= pageNumber;
1425
LastPage
= page;
UI\MobileControls\Panel.cs (1)
147
this.
LastPage
= pager.PageCount;
8 references to LastPage
System.Web.Mobile (8)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
265
if (mobileCtl.FirstPage == mobileCtl.
LastPage
)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (1)
694
if (mobileCtl.FirstPage == mobileCtl.
LastPage
) {
UI\MobileControls\Form.cs (4)
604
if(mc.
LastPage
< ctp.
LastPage
)
606
mc.LastPage = ctp.
LastPage
;
620
return this.
LastPage
;
UI\MobileControls\MobileControl.cs (2)
1224
if (FirstPage < 0 ||
LastPage
< 0)
1228
return pageNumber >= FirstPage && pageNumber <=
LastPage
;