1 instantiation of WINDOWPLACEMENT
PresentationFramework (1)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
3221WINDOWPLACEMENT wndpl = new WINDOWPLACEMENT();
7 references to WINDOWPLACEMENT
PresentationFramework (7)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
546WINDOWPLACEMENT wp = NativeMethods.GetWindowPlacement(_hwnd); 1020var wpl = NativeMethods.GetWindowPlacement(_hwnd); 1162WINDOWPLACEMENT wpl = NativeMethods.GetWindowPlacement(_hwnd);
src\Framework\System\Windows\Standard\NativeMethods.cs (4)
2288public int length = Marshal.SizeOf(typeof(WINDOWPLACEMENT)); 3212private static extern bool GetWindowPlacement(IntPtr hwnd, WINDOWPLACEMENT lpwndpl); 3219public static WINDOWPLACEMENT GetWindowPlacement(IntPtr hwnd) 3221WINDOWPLACEMENT wndpl = new WINDOWPLACEMENT();