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)
64if (_attributes == null) { 68return _attributes; 166if (_attributes != null) { 167_attributes.AddAttributes(writer); 211return (_attributes != null) ? _attributes[key] : null;