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