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)
143
if (
_labelAttributesState
== null) {
146
_labelAttributesState
.TrackViewState();
149
_labelAttributes = new AttributeCollection(
_labelAttributesState
);
299
if (
_labelAttributesState
== null) {
301
_labelAttributesState
.TrackViewState();
303
_labelAttributesState
.LoadViewState(BinaryCompatibility.Current.TargetsAtLeastFramework48 ? stateTriplet.Third : stateTriplet.Second);
369
if (
_labelAttributesState
!= null) {
370
labelState =
_labelAttributesState
.SaveViewState();
387
if (
_labelAttributesState
!= null) {
388
_labelAttributesState
.TrackViewState();
497
if (BinaryCompatibility.Current.TargetsAtLeastFramework48 &&
_labelAttributesState
!= null &&
_labelAttributesState
.Count != 0) {