I need to be able to access the working area of the primary monitor using C# in WPF. I am looking for a solution that does not utilize the System.Windows.Forms namespace. I assume that this would require some sort of wrapper around a Win32 call.
Edit: Forgot to mention that I also need to get left/top of the primary monitor.