1 write to _attributes
System.Web.Extensions (1)
UI\UpdatePanel.cs (1)
71_attributes = new AttributeCollection(bag);
6 references to _attributes
System.Web.Extensions (6)
UI\UpdatePanel.cs (6)
69if (_attributes == null) { 73return _attributes; 413if (_attributes != null) { 414_attributes.AddAttributes(writer); 452return (_attributes != null) ? _attributes[key] : null;