After importing an older C# file into a new WPF appliction, "using System.Windows;" gives an error message. This wasn't just one C# file, it was a number of them and I put them into a new project.
What reference do I need to locate or change to get using System.Windows to resolve properly?