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