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