2 writes to _defaultGraphicsPath
System.Windows.Forms.DataVisualization (2)
Common\Annotation\PolygonAnnotation.cs (2)
945
_defaultGraphicsPath
= new GraphicsPath(pathPoints, pathTypes);
1165
_defaultGraphicsPath
= null;
5 references to _defaultGraphicsPath
System.Windows.Forms.DataVisualization (5)
Common\Annotation\PolygonAnnotation.cs (5)
111
_graphicsPath =
_defaultGraphicsPath
;
944
_defaultGraphicsPath
.Dispose();
946
_graphicsPath =
_defaultGraphicsPath
;
1162
if (
_defaultGraphicsPath
!= null)
1164
_defaultGraphicsPath
.Dispose();