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