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