1 write to _x
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
10794
_x
= x;
18 references to _x
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (18)
1008
get => new(
_x
, _y, _width, _height);
1313
cp.X =
_x
;
2156
set => SetBounds(
_x
, _y, _width, value, BoundsSpecified.Height);
2407
get =>
_x
;
2419
get => new(
_x
, _y);
2839
public int Right =>
_x
+ _width;
3012
set => SetBounds(
_x
, _y, value.Width, value.Height, BoundsSpecified.Size);
3174
set => SetBounds(
_x
, value, _width, _height, BoundsSpecified.Y);
3531
set => SetBounds(
_x
, _y, value, _height, BoundsSpecified.Width);
9798
int sx = (int)Math.Round(
_x
* dx);
9804
sw = (int)(Math.Round((
_x
+ _width) * dx)) - sx;
9969
if (
_x
!= x || _y != y || _width != width || _height != height)
9999
x =
_x
;
10017
if (
_x
!= x || _y != y || _width != width || _height != height)
10057
if (
_x
== x && _y == y && _width == width && _height == height)
10086
if (
_x
== x && _y == y)
10791
bool newLocation =
_x
!= x || _y != y;
12644
if (locationProperty is not null && !locationProperty.IsReadOnly && (bounds.X !=
_x
|| bounds.Y != _y))