3 writes to _clientHeight
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
373
_clientHeight
= _height - rect.Height;
10108
_clientHeight
= y;
10768
_clientHeight
= clientHeight;
4 references to _clientHeight
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
1163
public Rectangle ClientRectangle => new Rectangle(0, 0, _clientWidth,
_clientHeight
);
1175
get => new(_clientWidth,
_clientHeight
);
1649
=> new(0, 0, _clientWidth,
_clientHeight
);
10761
bool newSize = Width != width || Height != height || _clientWidth != clientWidth ||
_clientHeight
!= clientHeight;