7 references to ImmGetContext
System.Windows.Forms (5)
System\Windows\Forms\Control.Ime.cs (5)
712
HIMC inputContext = PInvoke.
ImmGetContext
((HWND)handle);
760
inputContext = PInvoke.
ImmGetContext
((HWND)handle);
821
HIMC inputContext = PInvoke.
ImmGetContext
((HWND)handle);
905
HIMC inputContext = PInvoke.
ImmGetContext
((HWND)handle);
932
HIMC inputContext = PInvoke.
ImmGetContext
((HWND)handle);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.ImmGetContext.cs (2)
10
/// <inheritdoc cref="
ImmGetContext
(HWND)"/>
13
HIMC result =
ImmGetContext
(hWnd.Handle);