3 instantiations of WINDOWPLACEMENT
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
326
UnsafeNativeMethods.WINDOWPLACEMENT wp = new UnsafeNativeMethods.
WINDOWPLACEMENT
();
718
UnsafeNativeMethods.WINDOWPLACEMENT wp = new UnsafeNativeMethods.
WINDOWPLACEMENT
();
831
UnsafeNativeMethods.WINDOWPLACEMENT wp = new UnsafeNativeMethods.
WINDOWPLACEMENT
();
10 references to WINDOWPLACEMENT
UIAutomationClient (10)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
326
UnsafeNativeMethods.
WINDOWPLACEMENT
wp = new UnsafeNativeMethods.WINDOWPLACEMENT();
328
wp.length = Marshal.SizeOf(typeof(UnsafeNativeMethods.
WINDOWPLACEMENT
));
718
UnsafeNativeMethods.
WINDOWPLACEMENT
wp = new UnsafeNativeMethods.WINDOWPLACEMENT();
719
wp.length = Marshal.SizeOf(typeof(UnsafeNativeMethods.
WINDOWPLACEMENT
));
831
UnsafeNativeMethods.
WINDOWPLACEMENT
wp = new UnsafeNativeMethods.WINDOWPLACEMENT();
832
wp.length = Marshal.SizeOf(typeof(UnsafeNativeMethods.
WINDOWPLACEMENT
));
MS\Internal\Automation\Misc.cs (2)
462
internal static bool GetWindowPlacement(NativeMethods.HWND hwnd, ref UnsafeNativeMethods.
WINDOWPLACEMENT
wp)
671
internal static bool SetWindowPlacement(NativeMethods.HWND hwnd, ref UnsafeNativeMethods.
WINDOWPLACEMENT
wp)
MS\Win32\UnsafeNativeMethods.cs (2)
341
public static extern bool SetWindowPlacement( NativeMethods.HWND hwnd, ref
WINDOWPLACEMENT
wp );
344
public static extern bool GetWindowPlacement( NativeMethods.HWND hwnd, ref
WINDOWPLACEMENT
wp );