- .NET 4.8
- Windows 10 Enterprise LTS 1809
- WPF
Problem:
Our wpf app sometimes freezes and everything is "disabled". The issue is very random and not reproducable. Usually it happens once a day and not every time in the same context. The dispatcher is on executing NtUserGetMessage and there is no usercode blocking the dispatcher. Installing a newer windows version made the issue rarer. The application background stuff is working further.
I am unsure if its really a bug inside wpf. Are there any suggestions to debug the issue further or is something similar known?

Problem:
Our wpf app sometimes freezes and everything is "disabled". The issue is very random and not reproducable. Usually it happens once a day and not every time in the same context. The dispatcher is on executing NtUserGetMessage and there is no usercode blocking the dispatcher. Installing a newer windows version made the issue rarer. The application background stuff is working further.
I am unsure if its really a bug inside wpf. Are there any suggestions to debug the issue further or is something similar known?