2 writes to width
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
532
width
= defaultSize.Width;
12573
this.
width
= width;
19 references to width
System.Windows.Forms (19)
winforms\Managed\System\WinForms\Control.cs (19)
540
if (
width
!= 0 && height != 0) {
547
clientWidth =
width
- (rect.right - rect.left);
1372
return new Rectangle(x, y,
width
, height);
1869
cp.Width =
width
;
2917
SetBounds(x, y,
width
, value, BoundsSpecified.Height);
3218
SetBounds(value, y,
width
, height, BoundsSpecified.X);
3236
SetBounds(value.X, value.Y,
width
, height, BoundsSpecified.Location);
3725
return x +
width
;
3893
return new Size(
width
, height);
4105
SetBounds(x, value,
width
, height, BoundsSpecified.Y);
4459
return
width
;
11586
int sw =
width
;
11588
sw = (int)(Math.Round((x +
width
) * dx)) - sx;
11804
if (this.x != x || this.y != y || this.
width
!= width ||
11825
if ((specified & BoundsSpecified.Width) == BoundsSpecified.None) width = this.
width
;
11827
if (this.x != x || this.y != y || this.
width
!= width ||
11870
if (this.x != x || this.y != y || this.
width
!= width || this.height != height) {
11890
if (this.
width
== width && this.height == height) {
12460
return
width
!= s.Width || height != s.Height;