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)
77
return _application
[
name];
UI\TraceContext.cs (1)
521
obj = _context.Application
[
temp];
Util\AspCompat.cs (1)
617
return _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;