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