56 references to Adapter
System.Web.Mobile (56)
UI\MobileControls\Adapters\ChtmlFormAdapter.cs (1)
62HtmlControlAdapter adapter = mobileControl.Adapter as HtmlControlAdapter;
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
127HtmlControlAdapter formAdapter = (HtmlControlAdapter) Control.Form.Adapter;
UI\MobileControls\Adapters\HtmlControlAdapter.cs (6)
45return (HtmlFormAdapter)Control.Form.Adapter; 262&& (mobileCtl == ((HtmlFormAdapter)mobileCtl.Form.Adapter).SecondaryUIControl || 263null == ((HtmlFormAdapter)mobileCtl.Form.Adapter).SecondaryUIControl)) 278HtmlControlAdapter adapter = mobileCtl.Adapter as HtmlControlAdapter; 310return ((HtmlFormAdapter)Control.Form.Adapter).GetSecondaryUIMode(Control); 315((HtmlFormAdapter)Control.Form.Adapter).SetSecondaryUIMode(Control, value);
UI\MobileControls\Adapters\WmlControlAdapter.cs (4)
49return (WmlFormAdapter)Control.Form.Adapter; 275WmlControlAdapter adapter = ctl.Adapter as WmlControlAdapter; 298return ((WmlFormAdapter)Control.Form.Adapter).GetSecondaryUIMode(Control); 303((WmlFormAdapter)Control.Form.Adapter).SetSecondaryUIMode(Control, value);
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
625postBackVariables = ((WmlFormAdapter)CurrentForm.Adapter).CalculatePostBackVariables(); 931WmlFormAdapter formAdapter = (WmlFormAdapter)CurrentForm.Adapter;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (5)
269return((XhtmlFormAdapter)Control.Form.Adapter).GetSecondaryUIMode(Control); 273((XhtmlFormAdapter)Control.Form.Adapter).SetSecondaryUIMode(Control, value); 692&& (mobileCtl == ((XhtmlFormAdapter)mobileCtl.Form.Adapter).SecondaryUIControl || 693null == ((XhtmlFormAdapter)mobileCtl.Form.Adapter).SecondaryUIControl)) { 705XhtmlControlAdapter adapter = mobileCtl.Adapter as XhtmlControlAdapter;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (2)
416Style formStyle = ((ControlAdapter)Page.ActiveForm.Adapter).Style; 445Style formStyle = ((ControlAdapter)activeForm.Adapter).Style;
UI\MobileControls\Calendar.cs (1)
284Adapter.HandlePostBackEvent(eventArgument);
UI\MobileControls\Command.cs (1)
68Adapter.LoadPostData(key, data, null, out dataChanged);
UI\MobileControls\Design\AdRotatorDesigner.cs (1)
44_adRotator.Adapter.Render(writer);
UI\MobileControls\Design\BaseValidatorDesigner.cs (1)
95_baseValidator.Adapter.Render(tw);
UI\MobileControls\Design\CalendarDesigner.cs (1)
74_calendar.Adapter.Render(tw);
UI\MobileControls\Design\CommandDesigner.cs (1)
92_command.Adapter.Render(tw);
UI\MobileControls\Design\ImageDesigner.cs (1)
177_image.Adapter.Render(writer);
UI\MobileControls\Design\LabelDesigner.cs (1)
95_label.Adapter.Render(tw);
UI\MobileControls\Design\LinkDesigner.cs (1)
95_link.Adapter.Render(tw);
UI\MobileControls\Design\ListDesigner.cs (2)
348_list.Adapter.Render(writer); 370_list.Adapter.Render(writer);
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
146Style style = ((ControlAdapter)_mobileControl.Adapter).Style;
UI\MobileControls\Design\ObjectListDesigner.cs (1)
157_objectList.Adapter.Render(htmlWriter);
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
96_call.Adapter.Render(tw);
UI\MobileControls\Design\SelectionListDesigner.cs (2)
275_selectionList.Adapter.Render(htmlWriter); 305_selectionList.Adapter.Render(htmlWriter);
UI\MobileControls\Design\TextBoxDesigner.cs (1)
73_textBox.Adapter.Render(tw);
UI\MobileControls\Design\TextViewDesigner.cs (1)
100_textView.Adapter.Render(tw);
UI\MobileControls\Design\ValidationSummaryDesigner.cs (1)
71_validationSummary.Adapter.Render(tw);
UI\MobileControls\Form.cs (1)
182Adapter.HandlePostBackEvent(eventArgument);
UI\MobileControls\MobileControl.cs (11)
304Adapter.CreateTemplatedUI(doDataBind); 483if (Adapter != null) 485Adapter.OnInit(e); 549Adapter.OnLoad(e); 557Adapter.OnPreRender(e); 585Adapter.Render(writer); 592if (Adapter != null) { 593Adapter.OnUnload(e); 656Object adapterState = Adapter.SaveAdapterState(); 674Adapter.LoadAdapterState(privateState[1]); 1301int weight = Adapter.VisibleWeight;
UI\MobileControls\ObjectList.cs (1)
1126if (!Adapter.HandlePostBackEvent(eventArgument))
UI\MobileControls\PagedControl.cs (1)
231int weight = Adapter.ItemWeight;
UI\MobileControls\SelectionList.cs (1)
414Adapter.LoadPostData(postDataKey,
UI\MobileControls\TextBox.cs (1)
52Adapter.LoadPostData(key, data, null, out dataChanged);