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