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