6 references to HWND_TOP
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (2)
5616SafeNativeMethods.SetWindowPos(new HandleRef(window, Handle), NativeMethods.HWND_TOP, 0, 0, 0, 0, 12697IntPtr prevHandle = (IntPtr)NativeMethods.HWND_TOP;
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
970SafeNativeMethods.SetWindowPos(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.HWND_TOP, 0, 0, 0, 0, NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOACTIVATE); 995NativeMethods.HWND_TOP, 1278SafeNativeMethods.SetWindowPos(new HandleRef(this, Handle), NativeMethods.HWND_TOP, windowBounds.X, windowBounds.Y,
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1842SafeNativeMethods.SetWindowPos(new HandleRef(this, Handle), NativeMethods.HWND_TOP, 0, 0, 0, 0,