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