Good day.
I have a problem with creating my component via HwndHost. So it turns out that I cannot use Windows FormsHost due to the multithreading of the application. If anyone knows, please tell me how to properly disable the focus transfer from HwndHost to the WPF window, so that the focus is not dropped from my component, but remains on it when you click on the WPF window. I saw a workaround on the Internet, but it was that after removing the focus, he then went back (but this does not suit me, since he resets the mode of my component (browser)). Here is what is happening: