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