1 write to y
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
12572
this.
y
= y;
18 references to y
System.Windows.Forms (18)
winforms\Managed\System\WinForms\Control.cs (18)
1355
return
y
+ height;
1372
return new Rectangle(x,
y
, width, height);
1868
cp.Y =
y
;
2917
SetBounds(x,
y
, width, value, BoundsSpecified.Height);
3218
SetBounds(value,
y
, width, height, BoundsSpecified.X);
3233
return new Point(x,
y
);
3896
SetBounds(x,
y
, value.Width, value.Height, BoundsSpecified.Size);
4102
return
y
;
4462
SetBounds(x,
y
, value, height, BoundsSpecified.Width);
11584
int sy = (int)Math.Round(
y
* dy);
11592
sh = (int)(Math.Round((
y
+ height) * dy)) - sy;
11804
if (this.x != x || this.
y
!= y || this.width != width ||
11824
if ((specified & BoundsSpecified.Y) == BoundsSpecified.None) y = this.
y
;
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
)) {