1 write to _x
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
11633
_x
= x;
18 references to _x
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (18)
1283
get => new(
_x
, _y, _width, _height);
1581
cp.X =
_x
;
2424
set => SetBounds(
_x
, _y, _width, value, BoundsSpecified.Height);
2675
get =>
_x
;
2687
get => new(
_x
, _y);
3107
public int Right =>
_x
+ _width;
3280
set => SetBounds(
_x
, _y, value.Width, value.Height, BoundsSpecified.Size);
3442
set => SetBounds(
_x
, value, _width, _height, BoundsSpecified.Y);
3799
set => SetBounds(
_x
, _y, value, _height, BoundsSpecified.Width);
10626
int sx = (int)Math.Round(
_x
* dx);
10632
sw = (int)(Math.Round((
_x
+ _width) * dx)) - sx;
10794
if (
_x
!= x || _y != y || _width != width || _height != height)
10824
x =
_x
;
10842
if (
_x
!= x || _y != y || _width != width || _height != height)
10882
if (
_x
== x && _y == y && _width == width && _height == height)
10911
if (
_x
== x && _y == y)
11630
bool newLocation =
_x
!= x || _y != y;
13492
if (locationProperty is not null && !locationProperty.IsReadOnly && (bounds.X !=
_x
|| bounds.Y != _y))