12 references to _globalSuppressedAttributes
System.Web (12)
UI\ChtmlTextWriter.cs (12)
36
_globalSuppressedAttributes
["onclick"] = true;
37
_globalSuppressedAttributes
["ondblclick"] = true;
38
_globalSuppressedAttributes
["onmousedown"] = true;
39
_globalSuppressedAttributes
["onmouseup"] = true;
40
_globalSuppressedAttributes
["onmouseover"] = true;
41
_globalSuppressedAttributes
["onmousemove"] = true;
42
_globalSuppressedAttributes
["onmouseout"] = true;
43
_globalSuppressedAttributes
["onkeypress"] = true;
44
_globalSuppressedAttributes
["onkeydown"] = true;
45
_globalSuppressedAttributes
["onkeyup"] = true;
84
if (
_globalSuppressedAttributes
[name] != null) {
189
return
_globalSuppressedAttributes
;