5 references to SizeFromClientSizeInternal
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (2)
10106Size = SizeFromClientSizeInternal(new(x, y)); 10113protected virtual Size SizeFromClientSize(Size clientSize) => SizeFromClientSizeInternal(clientSize);
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
525width = SizeFromClientSizeInternal(new(width, height)).Width + _upDownButtons.Width;
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
829int width = SizeFromClientSizeInternal(new(textWidth, height)).Width + _upDownButtons.Width;
System\Windows\Forms\Form.cs (1)
5007restoredSize = SizeFromClientSizeInternal(restoredSize);