I have added Resource Dictionary of a referenced dll in my project. It is an ImageDictionary. Now I want to set source of my image as one of the images in the dictionary. How do I do it? this is how it used to be accessed in the original project.
<Image Source="{StaticResource LoadDrawingImage}"/>