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