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