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)
191
if (!SystemInformation.MultiMonitorSupport ||
_hmonitor
== s_primaryMonitor)
205
PInvokeCore.GetMonitorInfo(
_hmonitor
, (MONITORINFO*)&info);
244
public override bool Equals(object? obj) => obj is Screen comp &&
_hmonitor
== comp.
_hmonitor
;
313
public override int GetHashCode() => PARAM.ToInt(
_hmonitor
);