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