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