2 writes to _width
System.Windows.Forms.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
629
_width
= value;
719
_width
= value - _x;
3 references to _width
System.Windows.Forms.DataVisualization (3)
Common\Annotation\AnnotationBase.cs (3)
621
return
_width
;
715
return _x +
_width
;
2473
double relativeWidth = this.
_width
;