8 references to AdjustWindowRectEx
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (5)
546
AdjustWindowRectEx
(ref rect, cp.Style, false, cp.ExStyle);
6589
AdjustWindowRectEx
(ref adornments, cp.Style, HasMenu, cp.ExStyle);
11484
AdjustWindowRectEx
(ref adornments, cp.Style, HasMenu, cp.ExStyle);
11956
AdjustWindowRectEx
(ref rect, cp.Style, HasMenu, cp.ExStyle);
12544
AdjustWindowRectEx
(ref rect, cp.Style, false, cp.ExStyle);
winforms\Managed\System\WinForms\Form.cs (1)
3594
AdjustWindowRectEx
(ref result, style, HasMenu, exStyle);
winforms\Managed\System\WinForms\MDIClient.cs (1)
295
AdjustWindowRectEx
(ref rect, cp.Style, false, cp.ExStyle);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
641
AdjustWindowRectEx
(ref rect, cp.Style, HasMenu, cp.ExStyle);