If I understand well, ParserContext permits to resolve relative paths.
For example I can specify an image using "Images\1.jpg" while the ParserContext specify the Base Uri to resolve this relative path.
The problem is during save. If I use XamlWriter.Save the absolute path is saved so if the xaml is moved to another folder, the xaml resources cannot be reloaded anymore.
So what is the trick to solve this?
Thanks,
Raffaele