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