1 write to _handle
System.Windows.Forms (1)
System\Windows\Forms\Input\InputLanguage.cs (1)
22
_handle
= handle;
7 references to _handle
System.Windows.Forms (7)
System\Windows\Forms\Input\InputLanguage.cs (7)
71
public IntPtr Handle =>
_handle
;
136
int device = PARAM.HIWORD(
_handle
);
172
device = PARAM.LOWORD(
_handle
);
194
int langId = PARAM.LOWORD(
_handle
);
258
=> value is InputLanguage other &&
_handle
== other.
_handle
;
281
public override int GetHashCode() => (int)
_handle
;