1 write to _labelAttributes
System.Web (1)
UI\WebControls\CheckBox.cs (1)
149
_labelAttributes
= new AttributeCollection(_labelAttributesState);
5 references to _labelAttributes
System.Web (5)
UI\WebControls\CheckBox.cs (5)
141
if (
_labelAttributes
== null) {
151
return
_labelAttributes
;
499
} else if (
_labelAttributes
!= null &&
_labelAttributes
.Count != 0) {
500
_labelAttributes
.AddAttributes(writer);