3 references to MONITOR_DEFAULTTONEAREST
System.Windows.Forms (3)
System\Windows\Forms\Screen.cs (3)
251
? new Screen(PInvokeCore.MonitorFromPoint(point, MONITOR_FROM_FLAGS.
MONITOR_DEFAULTTONEAREST
))
259
? new Screen(PInvokeCore.MonitorFromRect(rect, MONITOR_FROM_FLAGS.
MONITOR_DEFAULTTONEAREST
))
277
? new Screen(PInvokeCore.MonitorFromWindow((HWND)hwnd, MONITOR_FROM_FLAGS.
MONITOR_DEFAULTTONEAREST
))