1 instantiation of BorderTypeRegistry
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
257 _borderTypeRegistry = new BorderTypeRegistry();
5 references to BorderTypeRegistry
System.Web.DataVisualization (5)
Common\Borders3D\Borders3D.cs (1)
620 if(serviceType == typeof(BorderTypeRegistry))
Common\General\CommonElements.cs (3)
189 internal BorderTypeRegistry BorderTypeRegistry 193 return (BorderTypeRegistry)container.GetService(typeof(BorderTypeRegistry));
WebForm\ChartWebControl.cs (1)
183 private BorderTypeRegistry _borderTypeRegistry = null;