4 references to GetSessionImageKey
System.Web.DataVisualization (4)
WebForm\General\ChartHttpHandler.cs (4)
1546
HttpContext.Current.Session[
GetSessionImageKey
(key)] = data;
1659
data = (Byte[])HttpContext.Current.Session[
GetSessionImageKey
(key)];
1694
HttpContext.Current.Session.Remove(
GetSessionImageKey
(key));
1725
return HttpContext.Current.Session[
GetSessionImageKey
(key)] is Byte[];