6 references to _recognizedAttributes
System.Web (6)
UI\ChtmlTextWriter.cs (6)
66
Hashtable eltAttributes = (Hashtable)
_recognizedAttributes
[elementName];
69
_recognizedAttributes
[elementName] = eltAttributes;
79
Hashtable elementRecognizedAttributes = (Hashtable)
_recognizedAttributes
[TagName];
129
eltAttributes = (Hashtable)
_recognizedAttributes
[elementName];
132
_recognizedAttributes
[elementName] = eltAttributes;
177
return
_recognizedAttributes
;