1 instantiation of WINDOWPLACEMENT
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2896WINDOWPLACEMENT wndpl = new WINDOWPLACEMENT();
7 references to WINDOWPLACEMENT
PresentationFramework (7)
System\Windows\Shell\WindowChromeWorker.cs (3)
465WINDOWPLACEMENT wp = NativeMethods.GetWindowPlacement(_hwnd); 879var wpl = NativeMethods.GetWindowPlacement(_hwnd); 1001WINDOWPLACEMENT wpl = NativeMethods.GetWindowPlacement(_hwnd);
System\Windows\Standard\NativeMethods.cs (4)
2191public int length = Marshal.SizeOf(typeof(WINDOWPLACEMENT)); 2891private static extern bool GetWindowPlacement(IntPtr hwnd, WINDOWPLACEMENT lpwndpl); 2894public static WINDOWPLACEMENT GetWindowPlacement(IntPtr hwnd) 2896WINDOWPLACEMENT wndpl = new WINDOWPLACEMENT();