8 references to _elementSpecificAttributes
System.Web (8)
UI\XhtmlTextWriter.cs (8)
142Hashtable eltAttributes = (Hashtable) _elementSpecificAttributes[elementName]; 145_elementSpecificAttributes[elementName] = eltAttributes; 157Hashtable formAttributes = (Hashtable)_elementSpecificAttributes["form"]; 171return _elementSpecificAttributes[TagName] != null && ((Hashtable)_elementSpecificAttributes[TagName])[name] != null; 194Hashtable eltAttributes = (Hashtable) _elementSpecificAttributes[elementName]; 197_elementSpecificAttributes[elementName] = eltAttributes; 245return _elementSpecificAttributes;