1 write to _x
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
10902
_x
= x;
18 references to _x
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (18)
1104
get => new(
_x
, _y, _width, _height);
1402
cp.X =
_x
;
2245
set => SetBounds(
_x
, _y, _width, value, BoundsSpecified.Height);
2496
get =>
_x
;
2508
get => new(
_x
, _y);
2928
public int Right =>
_x
+ _width;
3101
set => SetBounds(
_x
, _y, value.Width, value.Height, BoundsSpecified.Size);
3263
set => SetBounds(
_x
, value, _width, _height, BoundsSpecified.Y);
3620
set => SetBounds(
_x
, _y, value, _height, BoundsSpecified.Width);
9895
int sx = (int)Math.Round(
_x
* dx);
9901
sw = (int)(Math.Round((
_x
+ _width) * dx)) - sx;
10063
if (
_x
!= x || _y != y || _width != width || _height != height)
10093
x =
_x
;
10111
if (
_x
!= x || _y != y || _width != width || _height != height)
10151
if (
_x
== x && _y == y && _width == width && _height == height)
10180
if (
_x
== x && _y == y)
10899
bool newLocation =
_x
!= x || _y != y;
12749
if (locationProperty is not null && !locationProperty.IsReadOnly && (bounds.X !=
_x
|| bounds.Y != _y))