1 instantiation of FormulaRegistry
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
268
_formulaRegistry = new
FormulaRegistry
();
5 references to FormulaRegistry
System.Web.DataVisualization (5)
Common\Formulas\FormulaRegistry.cs (1)
113
if(serviceType == typeof(
FormulaRegistry
))
Common\General\CommonElements.cs (3)
200
internal
FormulaRegistry
FormulaRegistry
204
return (
FormulaRegistry
)container.GetService(typeof(
FormulaRegistry
));
WebForm\ChartWebControl.cs (1)
196
private
FormulaRegistry
_formulaRegistry = null;