How to dismiss all WPF menus, popups, etc. by DevExpress programmatically to get around WindowsFormsHost related issue? How to dismiss all WPF menus, popups, etc. by DevExpress programmatically to get around WindowsFormsHost related issue? wpf wpf

How to dismiss all WPF menus, popups, etc. by DevExpress programmatically to get around WindowsFormsHost related issue?


I made a prototype out of your issue and everything works (when I click inside Windows Form Host the outside WPF combox collapse and vice versa).

So we know the native controls works as expected, the problem might be because of the UI framework you are using.


Did you try to loop through the controls and raise the lose focus event?