13 references to SWP_NOZORDER
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3377
NativeMethods.SWP_NOMOVE | NativeMethods.
SWP_NOZORDER
);
winforms\Managed\System\WinForms\CommonDialog.cs (1)
183
NativeMethods.
SWP_NOZORDER
| NativeMethods.SWP_NOACTIVATE);
winforms\Managed\System\WinForms\Control.cs (5)
11885
int flags = NativeMethods.
SWP_NOZORDER
| NativeMethods.SWP_NOACTIVATE;
12149
| NativeMethods.
SWP_NOZORDER
12199
NativeMethods.SWP_NOMOVE | NativeMethods.
SWP_NOZORDER
| NativeMethods.SWP_NOACTIVATE |
12758
| NativeMethods.SWP_NOSIZE | NativeMethods.
SWP_NOZORDER
);
14079
if ((wp->flags & NativeMethods.
SWP_NOZORDER
) == 0) {
winforms\Managed\System\WinForms\Form.cs (2)
1783
NativeMethods.
SWP_NOZORDER
);
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);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1653
int flags = NativeMethods.
SWP_NOZORDER
| 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\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
);