1 write to _x
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
10912
_x
= x;
18 references to _x
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (18)
1104
get => new(
_x
, _y, _width, _height);
1409
cp.X =
_x
;
2252
set => SetBounds(
_x
, _y, _width, value, BoundsSpecified.Height);
2503
get =>
_x
;
2515
get => new(
_x
, _y);
2935
public int Right =>
_x
+ _width;
3108
set => SetBounds(
_x
, _y, value.Width, value.Height, BoundsSpecified.Size);
3270
set => SetBounds(
_x
, value, _width, _height, BoundsSpecified.Y);
3627
set => SetBounds(
_x
, _y, value, _height, BoundsSpecified.Width);
9903
int sx = (int)Math.Round(
_x
* dx);
9909
sw = (int)(Math.Round((
_x
+ _width) * dx)) - sx;
10071
if (
_x
!= x || _y != y || _width != width || _height != height)
10101
x =
_x
;
10119
if (
_x
!= x || _y != y || _width != width || _height != height)
10159
if (
_x
== x && _y == y && _width == width && _height == height)
10188
if (
_x
== x && _y == y)
10909
bool newLocation =
_x
!= x || _y != y;
12759
if (locationProperty is not null && !locationProperty.IsReadOnly && (bounds.X !=
_x
|| bounds.Y != _y))