Implemented interface member:
property
Control
System.Web.UI.MobileControls.IControlAdapter.Control
109 references to Control
System.Web.Mobile (109)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
89return (Calendar)base.Control;
UI\MobileControls\Adapters\ControlAdapter.cs (5)
91return Control.MobilePage; 162Control.CreateDefaultTemplatedUI(doDataBind); 171return Control.Style; 178if (Control.HasControls()) 180foreach (Control child in Control.Controls)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
47return (Calendar)base.Control;
UI\MobileControls\Adapters\HtmlCommandAdapter.cs (1)
41return (Command)base.Control;
UI\MobileControls\Adapters\HtmlControlAdapter.cs (13)
45return (HtmlFormAdapter)Control.Form.Adapter; 74PageAdapter.RenderPostBackEvent(writer, Control.UniqueID, argument); 119Form form = Control.ResolveFormReference(name); 142MobileControl control = Control; 231String attributeValue = ((IAttributeAccessor)Control).GetAttribute(attributeName); 252if (!child.Visible || child == Control.Form.Header || child == Control.Form.Footer) 304if (Control == null || Control.Form == null) 310return ((HtmlFormAdapter)Control.Form.Adapter).GetSecondaryUIMode(Control); 315((HtmlFormAdapter)Control.Form.Adapter).SetSecondaryUIMode(Control, value);
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
46return (Form)base.Control;
UI\MobileControls\Adapters\HtmlImageAdapter.cs (1)
30return (Image)base.Control;
UI\MobileControls\Adapters\HtmlLabelAdapter.cs (1)
38return (TextControl)base.Control;
UI\MobileControls\Adapters\HtmlLinkAdapter.cs (1)
37return (Link)base.Control;
UI\MobileControls\Adapters\HtmlListAdapter.cs (1)
39return (List)base.Control;
UI\MobileControls\Adapters\HtmlLiteralTextAdapter.cs (1)
40return (LiteralText)base.Control;
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (1)
52return (ObjectList)base.Control;
UI\MobileControls\Adapters\HtmlPanelAdapter.cs (1)
39return (Panel)base.Control;
UI\MobileControls\Adapters\HtmlPhoneCallAdapter.cs (1)
40return (PhoneCall)base.Control;
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (1)
41return (SelectionList)base.Control;
UI\MobileControls\Adapters\HtmlTextBoxAdapter.cs (1)
35return (TextBox)base.Control;
UI\MobileControls\Adapters\HtmlTextViewAdapter.cs (1)
38return (TextView)base.Control;
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
46return (ValidationSummary)base.Control;
UI\MobileControls\Adapters\HtmlValidatorAdapter.cs (1)
41return (BaseValidator)base.Control;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
87return (Calendar)base.Control;
UI\MobileControls\Adapters\WmlCommandAdapter.cs (1)
38return (Command)base.Control;
UI\MobileControls\Adapters\WmlControlAdapter.cs (14)
49return (WmlFormAdapter)Control.Form.Adapter; 112Form form = Control.ResolveFormReference(formID); 119targetUrl = Control.ResolveUrl(targetUrl); 123if((dictionary != null) && (!absoluteUrl) && (Control.MobilePage.Adapter.PersistCookielessData)) 172writer.RenderEndPostBack(Control.UniqueID, postback, WmlPostFieldType.Normal, false, breakAfter); 188Form form = Control.ResolveFormReference(formID); 189Form thisForm = Control.Form; 264writer.RenderEndPostBack(Control.UniqueID, argument, postBackType, true, breakAfter); 292if (Control == null || Control.Form == null) 298return ((WmlFormAdapter)Control.Form.Adapter).GetSecondaryUIMode(Control); 303((WmlFormAdapter)Control.Form.Adapter).SetSecondaryUIMode(Control, value);
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
42return (Form)base.Control;
UI\MobileControls\Adapters\WmlImageAdapter.cs (1)
30return (Image)base.Control;
UI\MobileControls\Adapters\WmlLabelAdapter.cs (1)
38return (TextControl)base.Control;
UI\MobileControls\Adapters\WmlLinkAdapter.cs (1)
38return (Link)base.Control;
UI\MobileControls\Adapters\WmlListAdapter.cs (1)
39return (List)base.Control;
UI\MobileControls\Adapters\WmlLiteralTextAdapter.cs (1)
39return (LiteralText)base.Control;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
50return (ObjectList)base.Control;
UI\MobileControls\Adapters\WmlPanelAdapter.cs (1)
38return (Panel)base.Control;
UI\MobileControls\Adapters\WmlPhoneCallAdapter.cs (1)
40return (PhoneCall)base.Control;
UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (1)
48return (SelectionList)base.Control;
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (1)
41return (TextBox)base.Control;
UI\MobileControls\Adapters\WmlTextViewAdapter.cs (1)
38return (TextView)base.Control;
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
46return (ValidationSummary)base.Control;
UI\MobileControls\Adapters\WmlValidatorAdapter.cs (1)
40return (BaseValidator)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
77return base.Control as System.Web.UI.MobileControls.Calendar;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCommandAdapter.cs (1)
29return base.Control as Command;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (24)
95PageAdapter.RenderUrlPostBackEvent(writer, Control.UniqueID /* target */, argument); 126MobileControl mobileControl = Control as MobileControl; 166String attributeValue = ((IAttributeAccessor)Control).GetAttribute(XhtmlConstants.AccessKeyCustomAttribute); 180target = Page.Response.ApplyAppPathModifier(Control.TemplateSourceDirectory); 191if (Control != null) { 192target = Control.ResolveUrl(target); 225Form form = Control.ResolveFormReference(name); 227PageAdapter.RenderUrlPostBackEvent (writer, Control.UniqueID /* target */, form.UniqueID /* argument */); 265if (Control == null || Control.Form == null) { 269return((XhtmlFormAdapter)Control.Form.Adapter).GetSecondaryUIMode(Control); 273((XhtmlFormAdapter)Control.Form.Adapter).SetSecondaryUIMode(Control, value); 470String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.CssClassCustomAttribute]; 489String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.CssClassCustomAttribute]; 508String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.CssClassCustomAttribute]; 524String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.CssClassCustomAttribute]; 551String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.CssClassCustomAttribute]; 588String attributeValue = ((IAttributeAccessor)Control).GetAttribute(attributeName); 597return((IAttributeAccessor)Control).GetAttribute(attributeName); 612String classAttribute = (String) Control.CustomAttributes[XhtmlConstants.CssClassCustomAttribute]; 684if (!child.Visible || child == Control.Form.Header || child == Control.Form.Footer) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
32return base.Control as Form;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicImageAdapter.cs (1)
29return base.Control as Image;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLabelAdapter.cs (1)
26return base.Control as Label;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (1)
28return base.Control as Link;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
29return base.Control as List;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLiteralTextAdapter.cs (1)
28return base.Control as LiteralText;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
42return base.Control as ObjectList;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPanelAdapter.cs (1)
28return base.Control as Panel;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (1)
29return base.Control as PhoneCall;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (1)
32return base.Control as SelectionList;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (1)
31return base.Control as TextBox;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextViewAdapter.cs (1)
28return base.Control as TextView;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
36return base.Control as ValidationSummary;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidatorAdapter.cs (1)
30return base.Control as BaseValidator;
UI\MobileControls\Design\Adapters\DesignerAdRotatorAdapter.cs (3)
34String width = DesignerAdapterUtil.GetWidth(Control); 37int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 55writer.WriteAttribute("alt", Control.ID);
UI\MobileControls\Design\Adapters\DesignerTextViewAdapter.cs (1)
26return (TextView)base.Control;