2 references to ListStyleImage
System.Web (2)
UI\CssTextWriter.cs (1)
48
RegisterAttribute("list-style-image", HtmlTextWriterStyle.
ListStyleImage
, true, true);
UI\WebControls\BulletedList.cs (1)
353
writer.AddStyleAttribute(HtmlTextWriterStyle.
ListStyleImage
, "url(" + HttpUtility.UrlPathEncode(url) + ")");