14 references to Control
System.Web.Mobile (14)
UI\MobileControls\Adapters\ChtmlImageAdapter.cs (1)
30String source = Control.ImageUrl;
UI\MobileControls\Adapters\HtmlImageAdapter.cs (8)
37String target = Control.NavigateUrl; 45if (String.IsNullOrEmpty(Control.ImageUrl)) 51writer.WriteText(Control.AlternateText, true); 64writer.ExitLayout(Style, Control.BreakAfter); 70String source = Control.ImageUrl; 77source = Control.ResolveUrl(source); 83if (!String.IsNullOrEmpty(Control.AlternateText)) 85writer.WriteAttribute("alt", Control.AlternateText, true);
UI\MobileControls\Design\Adapters\DesignerImageAdapter.cs (5)
37int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 38String width = DesignerAdapterUtil.GetWidth(Control); 53String source = Control.ImageUrl; 61if (!String.IsNullOrEmpty(Control.AlternateText)) 64writer.WriteText(Control.AlternateText, true);