xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.64k stars 1.88k forks source link

UWP Dispatcher should use the internal core dispatcher for state #15716

Closed mattleibow closed 1 year ago

mattleibow commented 1 year ago

Description of Change

This PR makes sure the UWP dispatcher is using the internal core dispatcher for thread access checks instead of the global device dispatcher which does not support multiple windows.

Issues Resolved

API Changes

None

Platforms Affected

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

Testing Procedure

PR Checklist