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