2 references to Handle
System.Windows.Forms (2)
System\Windows\Forms\Control.Ime.cs (1)
1044int lcid = (int)(inputLanguage.Handle & (long)0xFFFF);
System\Windows\Forms\Input\InputLanguage.cs (1)
47HKL handleOld = PInvoke.ActivateKeyboardLayout(new HKL(value.Handle), 0);