5 references to SizeFromClientSize
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (2)
11940Size = SizeFromClientSize(x, y); 11949return SizeFromClientSize(clientSize.Width, clientSize.Height);
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
609width = SizeFromClientSize(width, height).Width + upDownButtons.Width;
winforms\Managed\System\WinForms\Form.cs (1)
5682restoredSize = SizeFromClientSize(restoredSize.Width, restoredSize.Height);
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
872int width = SizeFromClientSize(textWidth, height).Width + upDownButtons.Width;