3 writes to ImageUrl
System.Web.Mobile (3)
UI\MobileControls\AdRotator.cs (1)
274
_image.
ImageUrl
= ResolveAdRotatorUrl(e.ImageUrl);
UI\MobileControls\Design\ImageDesigner.cs (2)
176
_image.
ImageUrl
= GetConvertedImageURI(_image.ImageUrl);
178
_image.
ImageUrl
= tempUrl;
10 references to ImageUrl
System.Web.Mobile (10)
UI\MobileControls\Adapters\ChtmlImageAdapter.cs (1)
30
String source = Control.
ImageUrl
;
UI\MobileControls\Adapters\HtmlImageAdapter.cs (2)
45
if (String.IsNullOrEmpty(Control.
ImageUrl
))
70
String source = Control.
ImageUrl
;
UI\MobileControls\Adapters\WmlImageAdapter.cs (1)
37
String source = Control.
ImageUrl
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicImageAdapter.cs (2)
53
String controlIU = Control.
ImageUrl
;
75
String source = Control.
ImageUrl
;
UI\MobileControls\Design\Adapters\DesignerImageAdapter.cs (1)
53
String source = Control.
ImageUrl
;
UI\MobileControls\Design\ImageDesigner.cs (3)
172
bool replaceUrl = (_image.
ImageUrl
.Length > 0);
175
tempUrl = _image.
ImageUrl
;
176
_image.ImageUrl = GetConvertedImageURI(_image.
ImageUrl
);