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