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