23 references to SWP_NOMOVE
System.Windows.Forms (23)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3377
NativeMethods.
SWP_NOMOVE
| NativeMethods.SWP_NOZORDER);
winforms\Managed\System\WinForms\Control.cs (10)
5617
NativeMethods.
SWP_NOMOVE
| NativeMethods.SWP_NOSIZE);
11794
NativeMethods.
SWP_NOMOVE
| NativeMethods.SWP_NOSIZE);
11888
flags |= NativeMethods.
SWP_NOMOVE
;
12148
| NativeMethods.
SWP_NOMOVE
12199
NativeMethods.
SWP_NOMOVE
| NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE |
12709
NativeMethods.
SWP_NOMOVE
| NativeMethods.SWP_NOSIZE);
12757
NativeMethods.SWP_DRAWFRAME | NativeMethods.SWP_NOACTIVATE | NativeMethods.
SWP_NOMOVE
13843
if ((wp->flags & NativeMethods.
SWP_NOMOVE
) == 0 && (wp->x != Left || wp->y != Top)) {
18632
if ((flags & NativeMethods.
SWP_NOMOVE
) != 0) {
18665
if ((flags & NativeMethods.
SWP_NOMOVE
) == 0) {
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);
1002
| NativeMethods.
SWP_NOMOVE
);
winforms\Managed\System\WinForms\Form.cs (2)
2578
NativeMethods.
SWP_NOMOVE
| NativeMethods.SWP_NOSIZE);
7881
NativeMethods.
SWP_NOMOVE
| NativeMethods.SWP_NOSIZE |
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
206
NativeMethods.
SWP_NOMOVE
| NativeMethods.SWP_NOSIZE |
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1656
flags |= NativeMethods.
SWP_NOMOVE
;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1817
NativeMethods.
SWP_NOMOVE
| NativeMethods.SWP_NOSIZE |
winforms\Managed\System\WinForms\TabControl.cs (1)
1365
NativeMethods.
SWP_NOMOVE
| NativeMethods.SWP_NOSIZE |
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\TreeView.cs (1)
2044
int flags = NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE | NativeMethods.
SWP_NOMOVE
;