11 references to HwndFromInputElement
PresentationCore (11)
System\Windows\Input\InputMethod.cs (11)
550IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 587hwnd = HwndFromInputElement(Keyboard.FocusedElement); 783IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 834hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1041IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1115IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1341hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1524fnConfigure.Show(HwndFromInputElement(element), tf_profile.langid, ref tf_profile.guidProfile); 1538UnsafeNativeMethods.ImmConfigureIME(new HandleRef(this, hkl), new HandleRef(this, HwndFromInputElement(element)), NativeMethods.IME_CONFIG_GENERAL, IntPtr.Zero); 1577fnConfigure.Show(HwndFromInputElement(element), tf_profile.langid, ref tf_profile.guidProfile, strRegister); 1594UnsafeNativeMethods.ImmConfigureIME(new HandleRef(this, hkl), new HandleRef(this, HwndFromInputElement(element)), NativeMethods.IME_CONFIG_REGISTERWORD, ref regWord);