2 references to IsNameReferenceValid
System.Web.DataVisualization (2)
Common\DataManager\DataManager.cs (1)
231
validAreaName = Chart.ChartAreas.
IsNameReferenceValid
(dataSeries.ChartArea);
Common\General\BaseCollections.cs (1)
411
if (Chart!=null && !Chart.serializing && !
IsNameReferenceValid
(name))