1 instantiation of WINDOWPLACEMENT
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2807
WINDOWPLACEMENT wndpl = new
WINDOWPLACEMENT
();
6 references to WINDOWPLACEMENT
PresentationFramework (6)
System\Windows\Shell\WindowChromeWorker.cs (2)
634
var
wpl = NativeMethods.GetWindowPlacement(_hwnd);
756
WINDOWPLACEMENT
wpl = NativeMethods.GetWindowPlacement(_hwnd);
System\Windows\Standard\NativeMethods.cs (4)
2163
public int length = Marshal.SizeOf(typeof(
WINDOWPLACEMENT
));
2803
private static extern bool GetWindowPlacement(IntPtr hwnd,
WINDOWPLACEMENT
lpwndpl);
2805
public static
WINDOWPLACEMENT
GetWindowPlacement(IntPtr hwnd)
2807
WINDOWPLACEMENT
wndpl = new WINDOWPLACEMENT();