2 writes to _width
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
358_width = defaultSize.Width; 10798_width = width;
19 references to _width
System.Windows.Forms (19)
System\Windows\Forms\Control.cs (19)
366if (_width != 0 && _height != 0) 373_clientWidth = _width - rect.Width; 1010get => new(_x, _y, _width, _height); 1317cp.Width = _width; 2158set => SetBounds(_x, _y, _width, value, BoundsSpecified.Height); 2410set => SetBounds(value, _y, _width, _height, BoundsSpecified.X); 2422set => SetBounds(value.X, value.Y, _width, _height, BoundsSpecified.Location); 2841public int Right => _x + _width; 3013get => new(_width, _height); 3176set => SetBounds(_x, value, _width, _height, BoundsSpecified.Y); 3532get => _width; 9803int sw = _width; 9806sw = (int)(Math.Round((_x + _width) * dx)) - sx; 9971if (_x != x || _y != y || _width != width || _height != height) 10011width = _width; 10019if (_x != x || _y != y || _width != width || _height != height) 10059if (_x == x && _y == y && _width == width && _height == height) 10093if (_width == width && _height == height) 10655return _width != s.Width || _height != s.Height;