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