10 references to HWND_TOPMOST
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Form.cs (2)
2576
HandleRef key = value ? NativeMethods.
HWND_TOPMOST
: NativeMethods.HWND_NOTOPMOST;
7879
SafeNativeMethods.SetWindowPos(new HandleRef(window, window.Handle), NativeMethods.
HWND_TOPMOST
,
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
204
SafeNativeMethods.SetWindowPos(new HandleRef(this, Handle), NativeMethods.
HWND_TOPMOST
,
winforms\Managed\System\WinForms\StatusBar.cs (1)
1815
SafeNativeMethods.SetWindowPos(new HandleRef(this, Handle), NativeMethods.
HWND_TOPMOST
,
winforms\Managed\System\WinForms\TabControl.cs (1)
1363
NativeMethods.
HWND_TOPMOST
,
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1102
HandleRef topMostFlag = (topMost) ? NativeMethods.
HWND_TOPMOST
: NativeMethods.HWND_NOTOPMOST;
winforms\Managed\System\WinForms\ToolTip.cs (3)
2174
NativeMethods.
HWND_TOPMOST
,
2345
NativeMethods.
HWND_TOPMOST
,
2354
NativeMethods.
HWND_TOPMOST
,
winforms\Managed\System\WinForms\TreeView.cs (1)
2922
NativeMethods.
HWND_TOPMOST
, bounds.Left, bounds.Top, 0, 0, NativeMethods.SWP_NOACTIVATE | NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOZORDER);