4 references to Overflow
System.Web (4)
UI\ControlRenderingHelper.cs (1)
23writer.AddStyleAttribute(HtmlTextWriterStyle.Overflow, "hidden");
UI\CssTextWriter.cs (1)
57RegisterAttribute("overflow", HtmlTextWriterStyle.Overflow);
UI\WebControls\Panel.cs (2)
318writer.AddStyleAttribute(HtmlTextWriterStyle.Overflow, "scroll"); 321writer.AddStyleAttribute(HtmlTextWriterStyle.Overflow, "auto");