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