6 references to ImmGetContext
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.Ime.cs (5)
921IntPtr inputContext = UnsafeNativeMethods.ImmGetContext( new HandleRef( null, handle ) ); 974inputContext = UnsafeNativeMethods.ImmGetContext( new HandleRef( null, handle ) ); 1113IntPtr inputContext = UnsafeNativeMethods.ImmGetContext( new HandleRef( null, handle ) ); 1204IntPtr inputContext = UnsafeNativeMethods.ImmGetContext( new HandleRef( null, handle ) ); 1234IntPtr inputContext = UnsafeNativeMethods.ImmGetContext( new HandleRef( null, handle ) );
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1202IntPtr inputContext = UnsafeNativeMethods.ImmGetContext(handle);