25 references to SWP_NOSIZE
System.Windows.Forms (25)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
182SafeNativeMethods.SetWindowPos(new HandleRef(null, hWnd), NativeMethods.NullHandleRef, x, y, 0, 0, NativeMethods.SWP_NOSIZE |
winforms\Managed\System\WinForms\Control.cs (10)
5617NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOSIZE); 11794NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOSIZE); 11891flags |= NativeMethods.SWP_NOSIZE; 12147NativeMethods.SWP_NOSIZE 12198new HandleRef(window, Handle), NativeMethods.NullHandleRef, 0, 0, 0, 0, NativeMethods.SWP_NOSIZE | 12709NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOSIZE); 12758| NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOZORDER); 13846if ((wp->flags & NativeMethods.SWP_NOSIZE) == 0 && (wp->cx != Width || wp->cy != Height)) { 18641if ((flags & NativeMethods.SWP_NOSIZE) != 0) { 18669if ((flags & NativeMethods.SWP_NOSIZE) == 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); 1001| NativeMethods.SWP_NOSIZE
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)
1660flags |= NativeMethods.SWP_NOSIZE;
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\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 (1)
2176NativeMethods.SWP_NOACTIVATE | NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOOWNERZORDER);
winforms\Managed\System\WinForms\TreeView.cs (1)
2922NativeMethods.HWND_TOPMOST, bounds.Left, bounds.Top, 0, 0, NativeMethods.SWP_NOACTIVATE | NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOZORDER);