1 write to _customHandlerType
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
958
this.
_customHandlerType
= Type.GetType(this.CustomHandlerName, true);
2 references to _customHandlerType
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
956
if (this.
_customHandlerType
== null)
960
return this.
_customHandlerType
;