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