2 writes to _labelAttributesState
System.Web (2)
UI\WebControls\CheckBox.cs (2)
144_labelAttributesState = new StateBag(true); 300_labelAttributesState = new StateBag();
12 references to _labelAttributesState
System.Web (12)
UI\WebControls\CheckBox.cs (12)
143if (_labelAttributesState == null) { 146_labelAttributesState.TrackViewState(); 149_labelAttributes = new AttributeCollection(_labelAttributesState); 299if (_labelAttributesState == null) { 301_labelAttributesState.TrackViewState(); 303_labelAttributesState.LoadViewState(BinaryCompatibility.Current.TargetsAtLeastFramework48 ? stateTriplet.Third : stateTriplet.Second); 369if (_labelAttributesState != null) { 370labelState = _labelAttributesState.SaveViewState(); 387if (_labelAttributesState != null) { 388_labelAttributesState.TrackViewState(); 497if (BinaryCompatibility.Current.TargetsAtLeastFramework48 && _labelAttributesState != null && _labelAttributesState.Count != 0) {