4 writes to _graphicsPath
System.Windows.Forms.DataVisualization (4)
Common\Annotation\PolygonAnnotation.cs (4)
1505
this.
_graphicsPath
= null;
1518
this.
_graphicsPath
= new GraphicsPath(points, types);
1522
this.
_graphicsPath
= new GraphicsPath();
1547
this.
_graphicsPath
= null;
5 references to _graphicsPath
System.Windows.Forms.DataVisualization (5)
Common\Annotation\PolygonAnnotation.cs (5)
1502
if (this.
_graphicsPath
!= null)
1504
this.
_graphicsPath
.Dispose();
1526
this.annotation.GraphicsPath = this.
_graphicsPath
;
1544
if (this.
_graphicsPath
!= null)
1546
this.
_graphicsPath
.Dispose();