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