I have several image files defined in the <Application.Resources> section of the App.xaml file. Is it possible to do the same with text files? If yes, how to do it?
<Application.Resources>
<Image x:Key="Img_DefaultCover" Source="/Images/defaultCover.png" />
</Application.Resources>