1 write to _y
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
10913_y = y;
18 references to _y
System.Windows.Forms (18)
System\Windows\Forms\Control.cs (18)
1091public int Bottom => _y + _height; 1104get => new(_x, _y, _width, _height); 1410cp.Y = _y; 2252set => SetBounds(_x, _y, _width, value, BoundsSpecified.Height); 2504set => SetBounds(value, _y, _width, _height, BoundsSpecified.X); 2515get => new(_x, _y); 3108set => SetBounds(_x, _y, value.Width, value.Height, BoundsSpecified.Size); 3269get => _y; 3627set => SetBounds(_x, _y, value, _height, BoundsSpecified.Width); 9904int sy = (int)Math.Round(_y * dy); 9915sh = (int)(Math.Round((_y + _height) * dy)) - sy; 10071if (_x != x || _y != y || _width != width || _height != height) 10106y = _y; 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))