3 instantiations of WINDOWPLACEMENT
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
308
UnsafeNativeMethods.WINDOWPLACEMENT wp = new UnsafeNativeMethods.
WINDOWPLACEMENT
694
UnsafeNativeMethods.WINDOWPLACEMENT wp = new UnsafeNativeMethods.
WINDOWPLACEMENT
808
UnsafeNativeMethods.WINDOWPLACEMENT wp = new UnsafeNativeMethods.
WINDOWPLACEMENT
10 references to WINDOWPLACEMENT
UIAutomationClient (10)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
308
UnsafeNativeMethods.
WINDOWPLACEMENT
wp = new UnsafeNativeMethods.WINDOWPLACEMENT
310
length = Marshal.SizeOf(typeof(UnsafeNativeMethods.
WINDOWPLACEMENT
))
694
UnsafeNativeMethods.
WINDOWPLACEMENT
wp = new UnsafeNativeMethods.WINDOWPLACEMENT
696
length = Marshal.SizeOf(typeof(UnsafeNativeMethods.
WINDOWPLACEMENT
))
808
UnsafeNativeMethods.
WINDOWPLACEMENT
wp = new UnsafeNativeMethods.WINDOWPLACEMENT
810
length = Marshal.SizeOf(typeof(UnsafeNativeMethods.
WINDOWPLACEMENT
))
MS\Internal\Automation\Misc.cs (2)
424
internal static bool GetWindowPlacement(NativeMethods.HWND hwnd, ref UnsafeNativeMethods.
WINDOWPLACEMENT
wp)
631
internal static bool SetWindowPlacement(NativeMethods.HWND hwnd, ref UnsafeNativeMethods.
WINDOWPLACEMENT
wp)
MS\Win32\UnsafeNativeMethods.cs (2)
326
public static extern bool SetWindowPlacement( NativeMethods.HWND hwnd, ref
WINDOWPLACEMENT
wp );
329
public static extern bool GetWindowPlacement( NativeMethods.HWND hwnd, ref
WINDOWPLACEMENT
wp );