3 writes to _graphicsPath
System.Web.DataVisualization (3)
Common\Annotation\PolygonAnnotation.cs (3)
111_graphicsPath = _defaultGraphicsPath; 482 _graphicsPath = value; 946_graphicsPath = _defaultGraphicsPath;
10 references to _graphicsPath
System.Web.DataVisualization (10)
Common\Annotation\PolygonAnnotation.cs (10)
478 return _graphicsPath; 516 _graphicsPath.PointCount != _pathPoints.Count) 521if (_graphicsPath.PointCount > 0 ) 523PointF[] points = _graphicsPath.PathPoints; 524byte[] types = _graphicsPath.PathTypes; 556 if(_graphicsPath.PointCount == 0) 601 PointF[] pathPoints = _graphicsPath.PathPoints; 602 byte[] pathTypes = _graphicsPath.PathTypes; 885 if(_graphicsPath.PointCount > 0) 887 GraphicsPath pathToMove = (userInput) ? startMovePathRel : _graphicsPath;