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)
118
if (
_inputAttributesState
== null) {
121
_inputAttributesState
.TrackViewState();
124
_inputAttributes = new AttributeCollection(
_inputAttributesState
);
292
if (
_inputAttributesState
== null) {
294
_inputAttributesState
.TrackViewState();
296
_inputAttributesState
.LoadViewState(stateTriplet.Second);
366
if (
_inputAttributesState
!= null) {
367
inputState =
_inputAttributesState
.SaveViewState();
384
if (
_inputAttributesState
!= null) {
385
_inputAttributesState
.TrackViewState();
572
if (BinaryCompatibility.Current.TargetsAtLeastFramework48 &&
_inputAttributesState
!= null &&
_inputAttributesState
.Count != 0) {