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