2 references to SetWindowOrgEx
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
16696
SafeNativeMethods.
SetWindowOrgEx
(new HandleRef(null, hdcDraw), 0, 0, pW);
16721
SafeNativeMethods.
SetWindowOrgEx
(new HandleRef(null, hdcDraw), pW.x, pW.y, null);