2 writes to attributeStorage
System.Web (2)
UI\UserControl.cs (2)
107attributeStorage = new StateBag(true); 312attributeStorage = new StateBag(true);
10 references to attributeStorage
System.Web (10)
UI\UserControl.cs (10)
106if (attributeStorage == null) { 109attributeStorage.TrackViewState(); 112attributes = new AttributeCollection(attributeStorage); 311if (attributeStorage == null) { 313attributeStorage.TrackViewState(); 315attributeStorage.LoadViewState(myState.Second); 326if (attributeStorage != null) { 327attrState = attributeStorage.SaveViewState(); 344return ((attributeStorage != null) ? (string)attributeStorage[name] : null);