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