1 write to CurrentPage
System.Web.Mobile (1)
UI\MobileControls\Command.cs (1)
281Form.CurrentPage = 1;
10 references to CurrentPage
System.Web.Mobile (10)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (2)
148RenderOffPageVariables(writer, Control, Control.CurrentPage); 310int page = Control.CurrentPage;
UI\MobileControls\Adapters\WmlFormAdapter.cs (2)
130int page = Control.CurrentPage; 178if (mobileCtl != null && !mobileCtl.IsVisibleOnPage(Control.CurrentPage))
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (2)
98RenderOffPageVariables(writer, Control, Control.CurrentPage); 292int page = Control.CurrentPage;
UI\MobileControls\ItemPager.cs (2)
125int page = _control.Form.CurrentPage; 147int page = _control.Form.CurrentPage;
UI\MobileControls\MobileControl.cs (1)
568if (IsVisibleOnPage(Form.CurrentPage))
UI\MobileControls\PagedControl.cs (1)
265IsVisibleOnPage(Form.CurrentPage) &&