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