5 references to IME_COMPLETING
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MaskedTextBox.cs (5)
82
private static int HANDLE_KEY_PRESS = BitVector32.CreateMask(
IME_COMPLETING
);
1192
this.flagState[
IME_COMPLETING
] = true;
2259
if (this.flagState[
IME_COMPLETING
])
2261
this.flagState[
IME_COMPLETING
] = false;
3073
return this.flagState[
IME_COMPLETING
];