3 instantiations of WINDOWPLACEMENT
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
309
UnsafeNativeMethods.WINDOWPLACEMENT wp = new UnsafeNativeMethods.
WINDOWPLACEMENT
695
UnsafeNativeMethods.WINDOWPLACEMENT wp = new UnsafeNativeMethods.
WINDOWPLACEMENT
809
UnsafeNativeMethods.WINDOWPLACEMENT wp = new UnsafeNativeMethods.
WINDOWPLACEMENT
10 references to WINDOWPLACEMENT
UIAutomationClient (10)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
309
UnsafeNativeMethods.
WINDOWPLACEMENT
wp = new UnsafeNativeMethods.WINDOWPLACEMENT
311
length = Marshal.SizeOf(typeof(UnsafeNativeMethods.
WINDOWPLACEMENT
))
695
UnsafeNativeMethods.
WINDOWPLACEMENT
wp = new UnsafeNativeMethods.WINDOWPLACEMENT
697
length = Marshal.SizeOf(typeof(UnsafeNativeMethods.
WINDOWPLACEMENT
))
809
UnsafeNativeMethods.
WINDOWPLACEMENT
wp = new UnsafeNativeMethods.WINDOWPLACEMENT
811
length = Marshal.SizeOf(typeof(UnsafeNativeMethods.
WINDOWPLACEMENT
))
MS\Internal\Automation\Misc.cs (2)
425
internal static bool GetWindowPlacement(NativeMethods.HWND hwnd, ref UnsafeNativeMethods.
WINDOWPLACEMENT
wp)
632
internal static bool SetWindowPlacement(NativeMethods.HWND hwnd, ref UnsafeNativeMethods.
WINDOWPLACEMENT
wp)
MS\Win32\UnsafeNativeMethods.cs (2)
327
public static extern bool SetWindowPlacement( NativeMethods.HWND hwnd, ref
WINDOWPLACEMENT
wp );
330
public static extern bool GetWindowPlacement( NativeMethods.HWND hwnd, ref
WINDOWPLACEMENT
wp );