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