1 write to handle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\InputLanguage.cs (1)
41this.handle = handle;
8 references to handle
System.Windows.Forms (8)
winforms\Managed\System\WinForms\InputLanguage.cs (8)
53return new CultureInfo((int)handle & 0xFFFF); 77IntPtr handleOld = SafeNativeMethods.ActivateKeyboardLayout(new HandleRef(value, value.handle), 0); 106return handle; 180IntPtr currentHandle = handle; 357return(this.handle == ((InputLanguage)value).handle); 374if ((unchecked( (int) (long)lang.handle) & 0xFFFF) == lcid) { 387return unchecked( (int) (long)handle);