4 references to _suppressedAttributes
System.Web (4)
UI\ChtmlTextWriter.cs (4)
88
Hashtable elementSuppressedAttributes = (Hashtable)
_suppressedAttributes
[TagName];
122
Hashtable eltAttributes = (Hashtable)
_suppressedAttributes
[elementName];
125
_suppressedAttributes
[elementName] = eltAttributes;
183
return
_suppressedAttributes
;