You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
There are a lot of issues when some controls and helpers of the toolkit run in the context of a Xaml Island. We need these fixed.
Steps to Reproduce
For example, try to use the ThemeListener class in a WPF app with Islands. It will throw exceptions.
Anything that leverages the Dispatcher using, for example CoreApplication.MainView.Dispatcher, will not work inside Xaml Islands since there is no such thing as a MainView. We need to refactor those to use the new DispatcherQueue.
Expected behavior
Should work in UWP and inside Xaml Islands (.Net Core).