3 writes to _clientHeight
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
372
_clientHeight
= _height - rect.Height;
10139
_clientHeight
= y;
10799
_clientHeight
= clientHeight;
4 references to _clientHeight
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
1162
public Rectangle ClientRectangle => new Rectangle(0, 0, _clientWidth,
_clientHeight
);
1174
get => new(_clientWidth,
_clientHeight
);
1648
=> new(0, 0, _clientWidth,
_clientHeight
);
10792
bool newSize = Width != width || Height != height || _clientWidth != clientWidth ||
_clientHeight
!= clientHeight;