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