1 write to _hmonitor
System.Windows.Forms (1)
System\Windows\Forms\Screen.cs (1)
86_hmonitor = monitor;
5 references to _hmonitor
System.Windows.Forms (5)
System\Windows\Forms\Screen.cs (5)
191if (!SystemInformation.MultiMonitorSupport || _hmonitor == s_primaryMonitor) 205PInvokeCore.GetMonitorInfo(_hmonitor, (MONITORINFO*)&info); 244public override bool Equals(object? obj) => obj is Screen comp && _hmonitor == comp._hmonitor; 313public override int GetHashCode() => PARAM.ToInt(_hmonitor);