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)
71public IntPtr Handle => _handle; 136int device = PARAM.HIWORD(_handle); 172device = PARAM.LOWORD(_handle); 194int langId = PARAM.LOWORD(_handle); 258=> value is InputLanguage other && _handle == other._handle; 281public override int GetHashCode() => (int)_handle;