2 writes to _height
System.Windows.Forms.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
681
_height
= value;
757
_height
= value - _y;
3 references to _height
System.Windows.Forms.DataVisualization (3)
Common\Annotation\AnnotationBase.cs (3)
673
return
_height
;
753
return _y +
_height
;
2474
double relativeHeight = this.
_height
;