3 references to GetWindowPlacement
PresentationFramework (3)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
546WINDOWPLACEMENT wp = NativeMethods.GetWindowPlacement(_hwnd); 1020var wpl = NativeMethods.GetWindowPlacement(_hwnd); 1162WINDOWPLACEMENT wpl = NativeMethods.GetWindowPlacement(_hwnd);