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)
141if (_labelAttributes == null) { 151return _labelAttributes; 499} else if (_labelAttributes != null && _labelAttributes.Count != 0) { 500_labelAttributes.AddAttributes(writer);