2 writes to _width
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
369_width = defaultSize.Width; 10904_width = width;
19 references to _width
System.Windows.Forms (19)
System\Windows\Forms\Control.cs (19)
377if (_width != 0 && _height != 0) 384_clientWidth = _width - rect.Width; 1104get => new(_x, _y, _width, _height); 1404cp.Width = _width; 2245set => SetBounds(_x, _y, _width, value, BoundsSpecified.Height); 2497set => SetBounds(value, _y, _width, _height, BoundsSpecified.X); 2509set => SetBounds(value.X, value.Y, _width, _height, BoundsSpecified.Location); 2928public int Right => _x + _width; 3100get => new(_width, _height); 3263set => SetBounds(_x, value, _width, _height, BoundsSpecified.Y); 3619get => _width; 9898int sw = _width; 9901sw = (int)(Math.Round((_x + _width) * dx)) - sx; 10063if (_x != x || _y != y || _width != width || _height != height) 10103width = _width; 10111if (_x != x || _y != y || _width != width || _height != height) 10151if (_x == x && _y == y && _width == width && _height == height) 10185if (_width == width && _height == height) 10761return _width != s.Width || _height != s.Height;