3 writes to _graphicsPath
System.Windows.Forms.DataVisualization (3)
Common\Annotation\PolygonAnnotation.cs (3)
111
_graphicsPath
= _defaultGraphicsPath;
482
_graphicsPath
= value;
946
_graphicsPath
= _defaultGraphicsPath;
10 references to _graphicsPath
System.Windows.Forms.DataVisualization (10)
Common\Annotation\PolygonAnnotation.cs (10)
478
return
_graphicsPath
;
516
_graphicsPath
.PointCount != _pathPoints.Count)
521
if (
_graphicsPath
.PointCount > 0 )
523
PointF[] points =
_graphicsPath
.PathPoints;
524
byte[] 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
;