In Win32, there is a ImmAssociateContextEx function that accepts a HWND as the first parameter.
Somebody just told me that you can't use a HWND in a UWP app.
So what's the way we can properly call ImmAssociateContextEx() (or equivalent) from a UWP app?