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