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