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