2 writes to _inputAttributesState
System.Web (2)
UI\WebControls\CheckBox.cs (2)
119_inputAttributesState = new StateBag(true); 293_inputAttributesState = new StateBag();
12 references to _inputAttributesState
System.Web (12)
UI\WebControls\CheckBox.cs (12)
118if (_inputAttributesState == null) { 121_inputAttributesState.TrackViewState(); 124_inputAttributes = new AttributeCollection(_inputAttributesState); 292if (_inputAttributesState == null) { 294_inputAttributesState.TrackViewState(); 296_inputAttributesState.LoadViewState(stateTriplet.Second); 366if (_inputAttributesState != null) { 367inputState = _inputAttributesState.SaveViewState(); 384if (_inputAttributesState != null) { 385_inputAttributesState.TrackViewState(); 572if (BinaryCompatibility.Current.TargetsAtLeastFramework48 && _inputAttributesState != null && _inputAttributesState.Count != 0) {