2 writes to attrState
System.Web (2)
UI\WebControls\WebControl.cs (2)
125
attrState
= new StateBag(true);
729
attrState
= new StateBag(true);
15 references to attrState
System.Web (15)
UI\WebControls\WebControl.cs (15)
124
if (
attrState
== null) {
127
attrState
.TrackViewState();
130
attrColl = new AttributeCollection(
attrState
);
404
return (((attrColl != null) && (attrColl.Count > 0)) || ((
attrState
!= null) && (
attrState
.Count > 0)));
637
if (
attrState
!= null) {
728
if (
attrState
== null) {
730
attrState
.TrackViewState();
732
attrState
.LoadViewState(myState.Second);
778
if (
attrState
!= null) {
779
attrState
.TrackViewState();
847
if (
attrState
!= null) {
848
aState =
attrState
.SaveViewState();
863
return((
attrState
!= null) ? (string)
attrState
[name] : null);