2 writes to _width
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
356_width = defaultSize.Width; 10796_width = width;
19 references to _width
System.Windows.Forms (19)
System\Windows\Forms\Control.cs (19)
364if (_width != 0 && _height != 0) 371_clientWidth = _width - rect.Width; 1008get => new(_x, _y, _width, _height); 1315cp.Width = _width; 2156set => SetBounds(_x, _y, _width, value, BoundsSpecified.Height); 2408set => SetBounds(value, _y, _width, _height, BoundsSpecified.X); 2420set => SetBounds(value.X, value.Y, _width, _height, BoundsSpecified.Location); 2839public int Right => _x + _width; 3011get => new(_width, _height); 3174set => SetBounds(_x, value, _width, _height, BoundsSpecified.Y); 3530get => _width; 9801int sw = _width; 9804sw = (int)(Math.Round((_x + _width) * dx)) - sx; 9969if (_x != x || _y != y || _width != width || _height != height) 10009width = _width; 10017if (_x != x || _y != y || _width != width || _height != height) 10057if (_x == x && _y == y && _width == width && _height == height) 10091if (_width == width && _height == height) 10653return _width != s.Width || _height != s.Height;