Refreshing images in XAML

The Image control used in XAML does not really seem like a big deal.  Place it in your XAML and bind the Source Property to your Data.  Might look something like this: <Image Source={Binding MyPath} /> However, there’s a case I came across that had me...

A reference for UWP theme resources

F12 does not really work in Visual Studio when using it on a XAML file.  That includes ResourceDictionaries.  Came across this article from Microsoft that covers the list of brushes, colors, fonts, etc that they make available for use.