3 references to currentPathPointIndex
System.Windows.Forms.DataVisualization (3)
Common\Annotation\PolygonAnnotation.cs (3)
894 if( currentPathPointIndex == pointIndex || 895 currentPathPointIndex < 0 || 896 currentPathPointIndex >= pathPoints.Length )