5 references to IME_ENDING_COMPOSITION
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MaskedTextBox.cs (5)
79private static int IME_COMPLETING = BitVector32.CreateMask(IME_ENDING_COMPOSITION); 2264if( this.flagState[IME_ENDING_COMPOSITION] ) 2266this.flagState[IME_ENDING_COMPOSITION] = false; 3070if (this.flagState[IME_ENDING_COMPOSITION]) 3240this.flagState[IME_ENDING_COMPOSITION] = true;