2 writes to _pathPoints
System.Web.DataVisualization (2)
Common\Annotation\PolygonAnnotation.cs (2)
109_pathPoints = new AnnotationPathPointCollection(this); 1170_pathPoints = null;
8 references to _pathPoints
System.Web.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; 1167if (_pathPoints != null) 1169_pathPoints.Dispose();