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