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