11 references to HwndFromInputElement
PresentationCore (11)
System\Windows\Input\InputMethod.cs (11)
535IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 572hwnd = HwndFromInputElement(Keyboard.FocusedElement); 768IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 819hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1026IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1100IntPtr hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1326hwnd = HwndFromInputElement(Keyboard.FocusedElement); 1508fnConfigure.Show(HwndFromInputElement(element), tf_profile.langid, ref tf_profile.guidProfile); 1522UnsafeNativeMethods.ImmConfigureIME(new HandleRef(this, hkl), new HandleRef(this, HwndFromInputElement(element)), NativeMethods.IME_CONFIG_GENERAL, IntPtr.Zero); 1561fnConfigure.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);