Non-Modal WPF control hosted in MFC Dialog does not receive keyboard input
To modernize an older C++/CLI MFC-based application we are trying to replace an old dialog with a new one written in C#/WPF. To host the WPF control inside a CDialog
we have followed this guide describing the procedure for a Win32 host window: Hosting WPF Content in Win32