4 references to WINDOWPLACEMENT
WindowsBase (4)
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (4)
997
private static extern bool IntGetWindowPlacement(HandleRef hWnd, ref NativeMethods.
WINDOWPLACEMENT
placement);
1006
internal static void GetWindowPlacement(HandleRef hWnd, ref NativeMethods.
WINDOWPLACEMENT
placement)
1016
private static extern bool IntSetWindowPlacement(HandleRef hWnd, [In] ref NativeMethods.
WINDOWPLACEMENT
placement);
1025
internal static void SetWindowPlacement(HandleRef hWnd, [In] ref NativeMethods.
WINDOWPLACEMENT
placement)