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; 132int device = PARAM.HIWORD(_handle); 168device = PARAM.LOWORD(_handle); 190int langId = PARAM.LOWORD(_handle); 254=> value is InputLanguage other && _handle == other._handle; 277public override int GetHashCode() => (int)_handle;