1 reference to SWP_NOSIZE
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2262
int result = NativeMethods.SetWindowPos(this.inplaceTip.Handle, IntPtr.Zero, screenCoOrd.X, screenCoOrd.Y, 0, 0, NativeMethods.
SWP_NOSIZE
| NativeMethods.SWP_NOZORDER | NativeMethods.SWP_NOACTIVATE);