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