1 write to _x
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
10763
_x
= x;
18 references to _x
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (18)
1009
get => new(
_x
, _y, _width, _height);
1314
cp.X =
_x
;
2157
set => SetBounds(
_x
, _y, _width, value, BoundsSpecified.Height);
2408
get =>
_x
;
2420
get => new(
_x
, _y);
2840
public int Right =>
_x
+ _width;
3013
set => SetBounds(
_x
, _y, value.Width, value.Height, BoundsSpecified.Size);
3175
set => SetBounds(
_x
, value, _width, _height, BoundsSpecified.Y);
3532
set => SetBounds(
_x
, _y, value, _height, BoundsSpecified.Width);
9767
int sx = (int)Math.Round(
_x
* dx);
9773
sw = (int)(Math.Round((
_x
+ _width) * dx)) - sx;
9938
if (
_x
!= x || _y != y || _width != width || _height != height)
9968
x =
_x
;
9986
if (
_x
!= x || _y != y || _width != width || _height != height)
10026
if (
_x
== x && _y == y && _width == width && _height == height)
10055
if (
_x
== x && _y == y)
10760
bool newLocation =
_x
!= x || _y != y;
12614
if (locationProperty is not null && !locationProperty.IsReadOnly && (bounds.X !=
_x
|| bounds.Y != _y))