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