6 references to Application
System.Web (1)
UI\UserControl.cs (1)
129
public HttpApplicationState Application { get { return Page.
Application
;} }
System.Web.DataVisualization (5)
WebForm\ChartWebControl.cs (5)
838
this.Page.
Application
.Lock();
839
if(this.Page.
Application
[Chart.productID+"_ImageSeqNumber"] != null)
841
imageSeqNumber = (int)this.Page.
Application
[Chart.productID+"_ImageSeqNumber"] + 1;
848
this.Page.
Application
[Chart.productID+"_ImageSeqNumber"] = imageSeqNumber;
849
this.Page.
Application
.UnLock();