3 writes to
System.Web (2)
Abstractions\HttpApplicationStateWrapper.cs (1)
80_application[name] = value;
Util\AspCompat.cs (1)
621_context.Application[name] = obj;
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
848 this.Page.Application[Chart.productID+"_ImageSeqNumber"] = imageSeqNumber;
5 references to
System.Web (3)
Abstractions\HttpApplicationStateWrapper.cs (1)
77return _application[name];
UI\TraceContext.cs (1)
521obj = _context.Application[temp];
Util\AspCompat.cs (1)
617return _context.Application[name];
System.Web.DataVisualization (2)
WebForm\ChartWebControl.cs (2)
839 if(this.Page.Application[Chart.productID+"_ImageSeqNumber"] != null) 841 imageSeqNumber = (int)this.Page.Application[Chart.productID+"_ImageSeqNumber"] + 1;