1 write to hmonitor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Screen.cs (1)
102hmonitor = monitor;
5 references to hmonitor
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Screen.cs (5)
237if (!multiMonitorSupport ||hmonitor == (IntPtr)PRIMARY_MONITOR) { 248SafeNativeMethods.GetMonitorInfo(new HandleRef(null, hmonitor), info); 292if (hmonitor == comp.hmonitor) { 443return(int)hmonitor;