3 writes to _clientHeight
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
374
_clientHeight
= _height - rect.Height;
10141
_clientHeight
= y;
10801
_clientHeight
= clientHeight;
4 references to _clientHeight
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
1164
public Rectangle ClientRectangle => new Rectangle(0, 0, _clientWidth,
_clientHeight
);
1176
get => new(_clientWidth,
_clientHeight
);
1650
=> new(0, 0, _clientWidth,
_clientHeight
);
10794
bool newSize = Width != width || Height != height || _clientWidth != clientWidth ||
_clientHeight
!= clientHeight;