1 write to _attributes
System.Web.Extensions (1)
UI\UpdateProgress.cs (1)
66
_attributes
= new AttributeCollection(bag);
6 references to _attributes
System.Web.Extensions (6)
UI\UpdateProgress.cs (6)
64
if (
_attributes
== null) {
68
return
_attributes
;
166
if (
_attributes
!= null) {
167
_attributes
.AddAttributes(writer);
211
return (
_attributes
!= null) ?
_attributes
[key] : null;