4 references to SizeFromClientSizeInternal
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
10962Size = SizeFromClientSizeInternal(new(x, y)); 10969protected 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)
5097restoredSize = SizeFromClientSizeInternal(restoredSize);