5 writes to _height
System.Windows.Forms.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.Windows.Forms.DataVisualization (7)
Common\Utilities\ElementPosition.cs (7)
204 return new RectangleF(_x, _y, _width, _height); 231get { return new SizeF(this._width, this._height); } 242get { 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;