2 overrides of OnStyleAttributeRender
System.Web (2)
UI\Html32TextWriter.cs (1)
292protected override bool OnStyleAttributeRender(string name,string value, HtmlTextWriterStyle key) {
UI\XhtmlTextWriter.cs (1)
178protected override bool OnStyleAttributeRender(string name,string value, HtmlTextWriterStyle key) {
1 reference to OnStyleAttributeRender
System.Web (1)
UI\HTMLTextWriter.cs (1)
948if (OnStyleAttributeRender(style.name, style.value, style.key)) {