8 references to ImageUrl
System.Web.Mobile (8)
UI\MobileControls\Adapters\HtmlCommandAdapter.cs (2)
53
if (!String.IsNullOrEmpty(Control.
ImageUrl
) &&
96
writer.WriteAttribute("src", Control.ResolveUrl(Control.
ImageUrl
), true);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCommandAdapter.cs (2)
60
string imageUrl = Control.
ImageUrl
;
76
writer.WriteAttribute("src", Control.ResolveUrl(Control.
ImageUrl
), true);
UI\MobileControls\Command.cs (2)
51
Debug.Assert(
ImageUrl
!= null);
53
&&
ImageUrl
.Length != 0
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (2)
47
if (Control.
ImageUrl
.Length == 0)
197
writer.WriteAttribute("src", Control.
ImageUrl
, true);