The line using System.Windows.Documents;
produces the following compile error:
The type or namespace name 'Documents' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?)
I tried finding the assembly in the "add references..." dialog, but System.Windows.Documents
was not listed, as it usually is when this error occurs.
Which assembly do I need to add for this using
clause?