3 references to PtInWindowRect
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1837
if (Misc.
PtInWindowRect
(hwndHeader, x, y))
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
345
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))