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)
69
if (
_attributes
== null) {
73
return
_attributes
;
413
if (
_attributes
!= null) {
414
_attributes
.AddAttributes(writer);
452
return (
_attributes
!= null) ?
_attributes
[key] : null;