2 writes to _pathPoints
System.Windows.Forms.DataVisualization (2)
Common\Annotation\PolygonAnnotation.cs (2)
109
_pathPoints
= new AnnotationPathPointCollection(this);
1170
_pathPoints
= null;
8 references to _pathPoints
System.Windows.Forms.DataVisualization (8)
Common\Annotation\PolygonAnnotation.cs (8)
516
_graphicsPath.PointCount !=
_pathPoints
.Count)
519
_pathPoints
.annotation = null;
520
_pathPoints
.Clear();
527
_pathPoints
.Add(new AnnotationPathPoint(points[index].X, points[index].Y, types[index]));
530
_pathPoints
.annotation = this;
532
return
_pathPoints
;
1167
if (
_pathPoints
!= null)
1169
_pathPoints
.Dispose();