6 references to registeredBorderTypes
System.Web.DataVisualization (6)
Common\Borders3D\Borders3D.cs (6)
639 if(registeredBorderTypes.Contains(name)) 642 if(registeredBorderTypes[name].GetType() == borderType) 668 registeredBorderTypes[name] = borderType; 679 if(!registeredBorderTypes.Contains(name)) 689 ((Type)registeredBorderTypes[name]).Assembly. 690 CreateInstance(((Type)registeredBorderTypes[name]).ToString());