2 references to CustomProperty
System.Web.DataVisualization (2)
Common\DataManager\DataPoint.cs (2)
2597while ((keyStartIndex = result.IndexOf(KeywordName.CustomProperty, StringComparison.Ordinal)) >= 0) 2603int keyEndIndex = keyStartIndex + KeywordName.CustomProperty.Length;