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