2 writes to statebag
System.Web (2)
UI\WebControls\Style.cs (2)
83statebag = bag; 353statebag = new StateBag(false);
6 references to statebag
System.Web (6)
UI\WebControls\Style.cs (6)
352if (statebag == null) { 355statebag.TrackViewState(); 357return statebag; 686if (statebag != null) { 772if (statebag != null) { 805if (statebag != null) {