3 writes to currentPositionRel
System.Windows.Forms.DataVisualization (3)
Common\Annotation\AnnotationBase.cs (3)
2879
currentPositionRel
= new RectangleF(location, size);
2918
this.
currentPositionRel
= new RectangleF(position.Location, position.Size);
3999
this.
currentPositionRel
= new RectangleF(float.NaN, float.NaN, float.NaN, float.NaN);
4 references to currentPositionRel
System.Windows.Forms.DataVisualization (4)
Common\Annotation\AnnotationBase.cs (4)
2393
if(!double.IsNaN(
currentPositionRel
.X) && !double.IsNaN(
currentPositionRel
.X))
2395
location =
currentPositionRel
.Location;
2396
size =
currentPositionRel
.Size;