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