I'm trying to run a program that contains the line
using System.Windows.Media.Imaging;
but it give me this error
Error 1 The type or namespace name 'Media' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?)
What can I do? Can I download it from somewhere?