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