3 references to PtInWindowRect
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1836if (Misc.PtInWindowRect(hwndHeader, x, y))
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
347if (hwndBand != IntPtr.Zero && Misc.PtInWindowRect(hwndBand, x, y))
MS\Internal\AutomationProxies\WindowsTab.cs (1)
269if (updownHwnd != IntPtr.Zero && Misc.PtInWindowRect(updownHwnd, x, y))