3 references to ContextGuidKey
System.Web.DataVisualization (3)
WebForm\General\ChartHttpHandler.cs (3)
318return (string)HttpContext.Current.Items[ContextGuidKey]; 328HttpContext.Current.Items.Remove(ContextGuidKey); 332HttpContext.Current.Items[ContextGuidKey] = value;