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