11 references to _suppressCommonAttributes
System.Web (11)
UI\XhtmlTextWriter.cs (11)
58_suppressCommonAttributes["head"] = true; // common attributes are disallowed for this elt. 60_suppressCommonAttributes["html"] = true; // common attributes are disallowed for this elt. 62_suppressCommonAttributes["title"] = true; // common attributes are disallowed for this elt. 68_suppressCommonAttributes["br"] = true; 106_suppressCommonAttributes["meta"] = true; // common attributes are disallowed for this elt. 114_suppressCommonAttributes["base"] = true; // common attributes are disallowed for this elt. 129_suppressCommonAttributes["style"] = true; // common attributes are disallowed for this elt. 166if (_commonAttributes[name] != null && _suppressCommonAttributes[TagName] == null) { 200if (_commonAttributes[attributeName] == null || _suppressCommonAttributes[elementName] != null) { 208_suppressCommonAttributes[elementName] = true; 251return _suppressCommonAttributes;