I'm using a Win 8.1 virtual machine inside Parallels Desktop on a MacBook Retina.
I use this code to determine the width of the actual screen
var primaryWidth = System.Windows.SystemParameters.PrimaryScreenWidth;
Unfortunately it delivers a wrong value of 1536 than the expected 1920.
Anyone have an idea?