3 references to ImmAssociateContext
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.Ime.cs (3)
899
IntPtr oldContext = UnsafeNativeMethods.
ImmAssociateContext
( new HandleRef( null, handle ), NativeMethods.NullHandleRef );
928
UnsafeNativeMethods.
ImmAssociateContext
( new HandleRef( null, handle ), new HandleRef( null, inputContext ) );
933
UnsafeNativeMethods.
ImmAssociateContext
( new HandleRef( null, handle ), new HandleRef( null, originalImeContext ) );