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