1 write to _attributes
System.Web (1)
UI\HtmlControls\HtmlControl.cs (1)
78
_attributes
= new AttributeCollection(ViewState);
2 references to _attributes
System.Web (2)
UI\HtmlControls\HtmlControl.cs (2)
77
if (
_attributes
== null)
80
return
_attributes
;