I am using XamlWriter to serialize a group of WPF objects. One of these objects is the Image control, whose source is installed in a file on disk.
When XamlWriter serializes objects, it sets the source image to Uri, which points to a file in the file system. Is there a way to include this data in Xaml so that instead of a file link, the information is stored in xaml?
thanks
source
share