5 references to ClickablePoint
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\ProxySimple.cs (5)
588List<ClickablePoint.CPRect> listIn = new(100); 589List<ClickablePoint.CPRect> listOut = new(100); 594listOut.Add(new ClickablePoint.CPRect(ref rcItem, true)); 599ClickablePoint.ExcludeChildren(proxyFrag, listIn, listOut); 602return ClickablePoint.GetPoint(_hwnd, listIn, listOut, ref pt);