Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Dispatcher to register MainWindow OnClosed event handler
Fixes WPF designer crashes when trying to expand the Miscellaneous properties. Using debugger, we can learn that "Application.Current?.MainWindow" throws an exception as the calling thread cannot access MainWindow, because a different thread owns it.
- Loading branch information