1 write to x
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
12571
this.
x
= x;
18 references to x
System.Windows.Forms (18)
winforms\Managed\System\WinForms\Control.cs (18)
1372
return new Rectangle(
x
, y, width, height);
1867
cp.X =
x
;
2917
SetBounds(
x
, y, width, value, BoundsSpecified.Height);
3215
return
x
;
3233
return new Point(
x
, y);
3725
return
x
+ width;
3896
SetBounds(
x
, y, value.Width, value.Height, BoundsSpecified.Size);
4105
SetBounds(
x
, value, width, height, BoundsSpecified.Y);
4462
SetBounds(
x
, y, value, height, BoundsSpecified.Width);
11583
int sx = (int)Math.Round(
x
* dx);
11588
sw = (int)(Math.Round((
x
+ width) * dx)) - sx;
11804
if (this.
x
!= x || this.y != y || this.width != width ||
11823
if ((specified & BoundsSpecified.X) == BoundsSpecified.None) x = this.
x
;
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) {
11887
if (this.
x
== x && this.y == y) {
12567
bool newLocation = this.
x
!= x || this.y != y;
14520
if (locationProperty != null && !locationProperty.IsReadOnly && (bounds.X != this.
x
|| bounds.Y != this.y)) {