3 references to PtInWindowRect
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1846if (Misc.PtInWindowRect(hwndHeader, x, y))
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
363if (hwndBand != IntPtr.Zero && Misc.PtInWindowRect(hwndBand, x, y))
MS\Internal\AutomationProxies\WindowsTab.cs (1)
271if (updownHwnd != IntPtr.Zero && Misc.PtInWindowRect(updownHwnd, x, y))