11 references to SWP
PresentationFramework (11)
System\Windows\Shell\WindowChromeWorker.cs (9)
34private const SWP _SwpFlags = SWP.FRAMECHANGED | SWP.NOSIZE | SWP.NOMOVE | SWP.NOZORDER | SWP.NOOWNERZORDER | SWP.NOACTIVATE; 758if (!Utility.IsFlagSet(wp.flags, (int)SWP.NOSIZE)) 1045if (null != wp && !Utility.IsFlagSet(wp.Value.flags, (int)SWP.NOSIZE))
System\Windows\Standard\NativeMethods.cs (2)
3092private static extern bool _SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SWP uFlags); 3095public static bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SWP uFlags)