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