2 references to ImmGetContext
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1071
HIMC inputContext = PInvoke.
ImmGetContext
(this);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.ImmGetContext.cs (1)
13
HIMC result =
ImmGetContext
(hWnd.Handle);