22 references to SWP_NOACTIVATE
System.Windows.Forms (22)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
183NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\Control.cs (4)
11885int flags = NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE; 12150| NativeMethods.SWP_NOACTIVATE 12199NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE | 12757NativeMethods.SWP_DRAWFRAME | NativeMethods.SWP_NOACTIVATE | NativeMethods.SWP_NOMOVE
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
50SafeNativeMethods.SetWindowPos(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.HWND_NOTOPMOST, 0, 0, 0, 0, NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
970SafeNativeMethods.SetWindowPos(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.HWND_TOP, 0, 0, 0, 0, NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOACTIVATE); 1279windowBounds.Width, windowBounds.Height, NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\Form.cs (2)
5117SafeNativeMethods.SetWindowPos(new HandleRef(this, HandleInternal), NativeMethods.NullHandleRef, e.SuggestedRectangle.X, e.SuggestedRectangle.Y, e.SuggestedRectangle.Width, e.SuggestedRectangle.Height, NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE); 7882NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
207NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1653int flags = NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1818NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\TabControl.cs (1)
1366NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\ToolBar.cs (1)
1753SafeNativeMethods.SetWindowPos(new HandleRef(null, note.hwndFrom), NativeMethods.NullHandleRef, leftTop.x, leftTop.y, 0, 0, NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
1104NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOACTIVATE); 1843NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\ToolTip.cs (3)
2176NativeMethods.SWP_NOACTIVATE | NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOOWNERZORDER); 2347 NativeMethods.SWP_NOACTIVATE | NativeMethods.SWP_NOOWNERZORDER); 2356NativeMethods.SWP_NOACTIVATE | NativeMethods.SWP_NOOWNERZORDER);
winforms\Managed\System\WinForms\TreeView.cs (2)
2044int flags = NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE | NativeMethods.SWP_NOMOVE; 2922NativeMethods.HWND_TOPMOST, bounds.Left, bounds.Top, 0, 0, NativeMethods.SWP_NOACTIVATE | NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOZORDER);