2 writes to _installed
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
147
_installed
= true;
156
_installed
= !String.IsNullOrEmpty(WebConfigurationManager.AppSettings[ChartHttpHandlerAppSection]);
2 references to _installed
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
159
if (
_installed
|| hardCheck)
497
if (!
_installed
) return;