2 references to PtInClientRect
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
137
return
PtInClientRect
(_hwnd, x, y) ? this : null;
MS\Internal\AutomationProxies\WindowsListView.cs (1)
403
if (PtInListViewHeader (x, y) || !
PtInClientRect
(_hwnd, x, y))