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