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