75 references to MobilePage
System.Web.Mobile (75)
UI\MobileControls\Adapters\ControlAdapter.cs (1)
91
return Control.
MobilePage
;
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (1)
65
if(Control.
MobilePage
.ActiveForm == Control.Form &&
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (1)
247
(!Control.Visible || Control.Form != Control.
MobilePage
.ActiveForm))
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (1)
91
if (form == form.
MobilePage
.ActiveForm)
UI\MobileControls\Adapters\WmlControlAdapter.cs (1)
123
if((dictionary != null) && (!absoluteUrl) && (Control.
MobilePage
.Adapter.PersistCookielessData))
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
920
WmlPageAdapter pageAdapter = (WmlPageAdapter)CurrentForm.
MobilePage
.Adapter;
1006
WmlPageAdapter pageAdapter = (WmlPageAdapter)CurrentForm.
MobilePage
.Adapter;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
73
if(Control.
MobilePage
.ActiveForm == Control.Form &&
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
653
return Control.
MobilePage
.ActiveForm == Control.Form && Control.Visible &&
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (1)
97
(!Control.Visible || Control.Form != Control.
MobilePage
.ActiveForm)) {
UI\MobileControls\BaseValidator.cs (1)
218
if(this.Form ==
MobilePage
.ActiveForm)
UI\MobileControls\Calendar.cs (2)
279
if (
MobilePage
.ActiveForm != Form)
281
MobilePage
.ActiveForm = Form;
UI\MobileControls\Command.cs (4)
52
if (
MobilePage
!= null
54
&&
MobilePage
.Device.SupportsImageSubmit)
59
MobilePage
.RegisterRequiresPostBack(this);
276
MobilePage
.Validate();
UI\MobileControls\Design\Converters\StyleReferenceConverter.cs (4)
51
if (instanceStyle.Control.
MobilePage
!= null)
53
styleSheet = instanceStyle.Control.
MobilePage
.StyleSheet;
68
if (control.
MobilePage
== null)
72
styleSheet = control.
MobilePage
.StyleSheet;
UI\MobileControls\DeviceSpecific.cs (2)
156
return ((Style)Owner).Control.
MobilePage
;
161
return ((MobileControl)Owner).
MobilePage
;
UI\MobileControls\Form.cs (8)
343
if (
MobilePage
!= null && !
MobilePage
.DesignMode)
504
if (
MobilePage
.DesignMode)
544
MobilePage
.EnterFormRender(this);
546
MobilePage
.ExitFormRender();
551
int pageWeight =
MobilePage
.Adapter.OptimumPageWeight;
565
pageWeight =
MobilePage
.Adapter.OptimumPageWeight / 2;
706
if (currentPage > 1 && this ==
MobilePage
.ActiveForm)
UI\MobileControls\Image.cs (2)
46
MobilePage
.ActiveForm =
MobilePage
.GetForm(argument);
UI\MobileControls\Link.cs (2)
85
MobilePage
.ActiveForm =
MobilePage
.GetForm(argument);
UI\MobileControls\List.cs (2)
491
MobilePage
.ActiveForm =
MobilePage
.GetForm(eventArgument);
UI\MobileControls\MobileControl.cs (9)
73
if (_adapter == null &&
MobilePage
!= null)
75
_adapter =
MobilePage
.GetControlAdapter(this);
475
MobilePage page =
MobilePage
;
519
if (_customAttributes != null && !
MobilePage
.AllowCustomAttributes)
660
MobilePage
.AddClientViewState(this, privateState);
922
(
MobilePage
== null || !
MobilePage
.DesignMode))
933
if (
MobilePage
!= null &&
934
MobilePage
.DesignMode &&
UI\MobileControls\ObjectList.cs (2)
607
&&
MobilePage
!= null
608
&& !
MobilePage
.DesignMode)
UI\MobileControls\ObjectListField.cs (2)
191
if (_dataFieldDescriptor == null && !_owner.
MobilePage
.DesignMode)
204
else if (_owner.
MobilePage
.DesignMode)
UI\MobileControls\PhoneCall.cs (2)
145
MobilePage
.ActiveForm =
MobilePage
.GetForm(argument);
UI\MobileControls\Style.cs (11)
310
if (_control.
MobilePage
.DesignMode)
313
stylesheet = _control.
MobilePage
.StyleSheet;
334
if (_referredStyle == null && !_control.
MobilePage
.DesignMode)
405
if (_control.
MobilePage
!= null && _control.
MobilePage
.DesignMode)
434
else if (_control.
MobilePage
!= null &&
435
_control.
MobilePage
.DesignMode &&
715
if (_control.
MobilePage
!= null && _control.
MobilePage
.DesignMode)
753
if (_control.
MobilePage
!= null && _control.
MobilePage
.DesignMode)
UI\MobileControls\StyleSheet.cs (11)
156
else if (value.Control != this &&
MobilePage
!= null && !
MobilePage
.DesignMode)
234
if (Page == null ||
MobilePage
.DesignMode)
510
if (
MobilePage
.DesignMode)
539
if (
MobilePage
== null ||
MobilePage
.DesignMode)
559
if (
MobilePage
.DesignMode)
584
if (
MobilePage
.DesignMode)
609
if (
MobilePage
.DesignMode)
634
if (
MobilePage
.DesignMode)
659
if (
MobilePage
.DesignMode)
UI\MobileControls\ValidationSummary.cs (1)
146
if (!
MobilePage
.IsPostBack ||