3 references to MonitorFromRect
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
329
return UnsafeNativeMethods.
MonitorFromRect
(ref itemWin32Rect, UnsafeNativeMethods.MONITOR_DEFAULTTONULL) == IntPtr.Zero;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1415
return UnsafeNativeMethods.
MonitorFromRect
(ref itemWin32Rect, UnsafeNativeMethods.MONITOR_DEFAULTTONULL) == IntPtr.Zero;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
908
return UnsafeNativeMethods.
MonitorFromRect
(ref itemWin32Rect, UnsafeNativeMethods.MONITOR_DEFAULTTONULL) == IntPtr.Zero;