Update DispatcherHelpers
- Use
CoreApplication.MainView.Dispatcher
instead ofCoreApplication.MainView.CoreWindow.Dispatcher
in DispatcherHelpers for scenarios like background activation (valid dispatcher is on the CoreApplicationView, not necessarily on the CoreWindow). - You can now pass an optional dispatcher when fetching images using
FetchEncodedBitmapImageAsync
andFetchDecodedBitmapImageAsync
methods (helpful in multi-window scenario).