5 writes to _height
System.Web.DataVisualization (5)
Common\Utilities\ElementPosition.cs (5)
132
this.
_height
= height;
219
this.
_height
= rect.Height;
311
this.
_height
= height;
464
_height
= value;
509
this.
_height
= 0;
7 references to _height
System.Web.DataVisualization (7)
Common\Utilities\ElementPosition.cs (7)
204
return new RectangleF(_x, _y, _width,
_height
);
231
get { return new SizeF(this._width, this.
_height
); }
242
get { return this._y + this.
_height
; }
271
this._width == pos._width && this.
_height
== pos.
_height
)
293
this.
_height
.ToString(System.Globalization.CultureInfo.CurrentCulture);
456
return
_height
;