10 references to _commonAttributes
System.Web (10)
UI\XhtmlTextWriter.cs (10)
39_commonAttributes.Add("class", true); 40_commonAttributes.Add("id", true); 41_commonAttributes.Add("title", true); 42_commonAttributes.Add("xml:lang", true); 166if (_commonAttributes[name] != null && _suppressCommonAttributes[TagName] == null) { 200if (_commonAttributes[attributeName] == null || _suppressCommonAttributes[elementName] != null) { 209foreach(string key in _commonAttributes.Keys) { 224if (docType != XhtmlMobileDocType.XhtmlBasic && _commonAttributes["style"] == null) { 225_commonAttributes.Add("style", true); 239return _commonAttributes;