1 write to originalImeContext
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.Ime.cs (1)
904originalImeContext = oldContext;
2 references to originalImeContext
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.Ime.cs (2)
926if( originalImeContext == IntPtr.Zero ) { 936UnsafeNativeMethods.ImmAssociateContext( new HandleRef( null, handle ), new HandleRef( null, originalImeContext ) );