2 references to FromXYWH
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
18270ioleClientSite.OnPosRectChange(NativeMethods.COMRECT.FromXYWH(bounds.X, bounds.Y, bounds.Width, bounds.Height));
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
493NativeMethods.COMRECT.FromXYWH(0, 0, lprcPosRect.right - lprcPosRect.left, lprcPosRect.bottom - lprcPosRect.top),