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