3 references to HWND_NOTOPMOST
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
893
topMost ? HWND.HWND_TOPMOST : HWND.
HWND_NOTOPMOST
,
System\Windows\Forms\Form.cs (1)
2067
value ? HWND.HWND_TOPMOST : HWND.
HWND_NOTOPMOST
,
System.Windows.Forms.UI.IntegrationTests (1)
Infra\SendInput.cs (1)
103
PInvoke.SetWindowPos(window, HWND.
HWND_NOTOPMOST
, 0, 0, 0, 0, SET_WINDOW_POS_FLAGS.SWP_NOSIZE | SET_WINDOW_POS_FLAGS.SWP_NOMOVE);