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