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