11 references to HwndFromInputElement
PresentationCore (11)
Core\CSharp\System\Windows\Input\InputMethod.cs (11)
598IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 636hwnd = HwndFromInputElement(Keyboard.FocusedElement); 867IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 919hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1131IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1206IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1445hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1652fnConfigure.Show(HwndFromInputElement(element), tf_profile.langid, ref tf_profile.guidProfile); 1666UnsafeNativeMethods.ImmConfigureIME(new HandleRef(this, hkl), new HandleRef(this, HwndFromInputElement(element)), NativeMethods.IME_CONFIG_GENERAL, IntPtr.Zero); 1714fnConfigure.Show(HwndFromInputElement(element), tf_profile.langid, ref tf_profile.guidProfile, strRegister); 1731UnsafeNativeMethods.ImmConfigureIME(new HandleRef(this, hkl), new HandleRef(this, HwndFromInputElement(element)), NativeMethods.IME_CONFIG_REGISTERWORD, ref regWord);