1 instantiation of WINDOWPLACEMENT
PresentationFramework (1)
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
3221
WINDOWPLACEMENT wndpl = new
WINDOWPLACEMENT
();
7 references to WINDOWPLACEMENT
PresentationFramework (7)
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);
src\Framework\System\Windows\Standard\NativeMethods.cs (4)
2288
public int length = Marshal.SizeOf(typeof(
WINDOWPLACEMENT
));
3212
private static extern bool GetWindowPlacement(IntPtr hwnd,
WINDOWPLACEMENT
lpwndpl);
3219
public static
WINDOWPLACEMENT
GetWindowPlacement(IntPtr hwnd)
3221
WINDOWPLACEMENT
wndpl = new WINDOWPLACEMENT();