I am creating a Windows Phone 8.1 (Windows Runtime) application and need to use some classes from the System.Windows.Media.Imaging namespace (more precisely the BitmapDecoder class), but Visual Studio 2013 says "The type or namespace 'Media' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?)".
Any suggestions?