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);
166
if (
_commonAttributes
[name] != null && _suppressCommonAttributes[TagName] == null) {
200
if (
_commonAttributes
[attributeName] == null || _suppressCommonAttributes[elementName] != null) {
209
foreach(string key in
_commonAttributes
.Keys) {
224
if (docType != XhtmlMobileDocType.XhtmlBasic &&
_commonAttributes
["style"] == null) {
225
_commonAttributes
.Add("style", true);
239
return
_commonAttributes
;