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