22 references to SWP_NOACTIVATE
System.Windows.Forms (22)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
183
NativeMethods.SWP_NOZORDER | NativeMethods.
SWP_NOACTIVATE
);
winforms\Managed\System\WinForms\Control.cs (4)
11885
int flags = NativeMethods.SWP_NOZORDER | NativeMethods.
SWP_NOACTIVATE
;
12150
| NativeMethods.
SWP_NOACTIVATE
12199
NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOZORDER | NativeMethods.
SWP_NOACTIVATE
|
12757
NativeMethods.SWP_DRAWFRAME | NativeMethods.
SWP_NOACTIVATE
| NativeMethods.SWP_NOMOVE
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
50
SafeNativeMethods.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)
970
SafeNativeMethods.SetWindowPos(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.HWND_TOP, 0, 0, 0, 0, NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOMOVE | NativeMethods.
SWP_NOACTIVATE
);
1279
windowBounds.Width, windowBounds.Height, NativeMethods.
SWP_NOACTIVATE
);
winforms\Managed\System\WinForms\Form.cs (2)
5117
SafeNativeMethods.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
);
7882
NativeMethods.
SWP_NOACTIVATE
);
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
207
NativeMethods.
SWP_NOACTIVATE
);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1653
int flags = NativeMethods.SWP_NOZORDER | NativeMethods.
SWP_NOACTIVATE
;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1818
NativeMethods.
SWP_NOACTIVATE
);
winforms\Managed\System\WinForms\TabControl.cs (1)
1366
NativeMethods.
SWP_NOACTIVATE
);
winforms\Managed\System\WinForms\ToolBar.cs (1)
1753
SafeNativeMethods.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)
1104
NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOSIZE | NativeMethods.
SWP_NOACTIVATE
);
1843
NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOSIZE | NativeMethods.
SWP_NOACTIVATE
);
winforms\Managed\System\WinForms\ToolTip.cs (3)
2176
NativeMethods.
SWP_NOACTIVATE
| NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOOWNERZORDER);
2347
NativeMethods.
SWP_NOACTIVATE
| NativeMethods.SWP_NOOWNERZORDER);
2356
NativeMethods.
SWP_NOACTIVATE
| NativeMethods.SWP_NOOWNERZORDER);
winforms\Managed\System\WinForms\TreeView.cs (2)
2044
int flags = NativeMethods.SWP_NOZORDER | NativeMethods.
SWP_NOACTIVATE
| NativeMethods.SWP_NOMOVE;
2922
NativeMethods.HWND_TOPMOST, bounds.Left, bounds.Top, 0, 0, NativeMethods.
SWP_NOACTIVATE
| NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOZORDER);