2 writes to Paginate
System.Web.Mobile (2)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
351
Page.ActiveForm.
Paginate
= false;
UI\MobileControls\Panel.cs (1)
144
Content.
Paginate
= true;
6 references to Paginate
System.Web.Mobile (6)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
350
if (Page.ActiveForm.
Paginate
&& Page.ActiveForm.Action.Length > 0) {
UI\MobileControls\Form.cs (2)
535
if ((
Paginate
) || (ControlToPaginate != null))
570
if ((
Paginate
) || (ControlToPaginate == this))
UI\MobileControls\Panel.cs (3)
75
return
Paginate
;
109
bool wasPaginating =
Paginate
;
142
if (
Paginate
&& Content != null)