3 writes to annotation
System.Windows.Forms.DataVisualization (3)
Common\Annotation\PolygonAnnotation.cs (3)
519
_pathPoints.
annotation
= null;
530
_pathPoints.
annotation
= this;
1487
this.
annotation
= annotation;
3 references to annotation
System.Windows.Forms.DataVisualization (3)
Common\Annotation\PolygonAnnotation.cs (3)
1499
if (this.
annotation
!= null)
1526
this.
annotation
.GraphicsPath = this._graphicsPath;
1527
this.
annotation
.Invalidate();