5 writes to _width
System.Windows.Forms.DataVisualization (5)
Common\Utilities\ElementPosition.cs (5)
131
this.
_width
= width;
218
this.
_width
= rect.Width;
310
this.
_width
= width;
425
_width
= value;
508
this.
_width
= 0;
7 references to _width
System.Windows.Forms.DataVisualization (7)
Common\Utilities\ElementPosition.cs (7)
204
return new RectangleF(_x, _y,
_width
, _height);
231
get { return new SizeF(this.
_width
, this._height); }
253
get{ return this._x + this.
_width
; }
271
this.
_width
== pos.
_width
&& this._height == pos._height)
292
this.
_width
.ToString(System.Globalization.CultureInfo.CurrentCulture)+", "+
417
return
_width
;