System\Windows\Input\InputMethod.cs (11)
536IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement);
573hwnd = HwndFromInputElement(Keyboard.FocusedElement);
769IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement);
820hwnd = HwndFromInputElement(Keyboard.FocusedElement);
1027IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement);
1101IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement);
1327hwnd = HwndFromInputElement(Keyboard.FocusedElement);
1510fnConfigure.Show(HwndFromInputElement(element), tf_profile.langid, ref tf_profile.guidProfile);
1524UnsafeNativeMethods.ImmConfigureIME(new HandleRef(this, hkl), new HandleRef(this, HwndFromInputElement(element)), NativeMethods.IME_CONFIG_GENERAL, IntPtr.Zero);
1563fnConfigure.Show(HwndFromInputElement(element), tf_profile.langid, ref tf_profile.guidProfile, strRegister);
1580UnsafeNativeMethods.ImmConfigureIME(new HandleRef(this, hkl), new HandleRef(this, HwndFromInputElement(element)), NativeMethods.IME_CONFIG_REGISTERWORD, ref regWord);