4 references to SizeFromClientSizeInternal
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
10962
Size =
SizeFromClientSizeInternal
(new(x, y));
10969
protected virtual Size SizeFromClientSize(Size clientSize) =>
SizeFromClientSizeInternal
(clientSize);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
1016
:
SizeFromClientSizeInternal
(new(textWidth, height)).Width + _upDownButtons.Width;
System\Windows\Forms\Form.cs (1)
5097
restoredSize =
SizeFromClientSizeInternal
(restoredSize);