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