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