Skip to content

Conversation

@dongle-the-gadget
Copy link
Contributor

@dongle-the-gadget dongle-the-gadget commented Jun 3, 2025

Closes #1983
Would also close microsoft/microsoft-ui-xaml#10447

throw new ArgumentNullException(nameof(d));

m_dispatcherQueue.TryEnqueue(() => d(state));
m_dispatcherQueue.TryEnqueue(() =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@manodasanW should we consider just sharing the synchronization context from UWP XAML with WinUI 3 instead (just changing the IID of course)? That one already has this fix, plus it's also more efficient. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants