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