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.
166
if (_commonAttributes[name] != null &&
_suppressCommonAttributes
[TagName] == null) {
200
if (_commonAttributes[attributeName] == null ||
_suppressCommonAttributes
[elementName] != null) {
208
_suppressCommonAttributes
[elementName] = true;
251
return
_suppressCommonAttributes
;