2 references to GetTopLevelAncestor
UIAutomationClient (2)
MS\Internal\Automation\ClickablePoint.cs (2)
190AutomationElement hitTargetAncestor = GetTopLevelAncestor(hitTarget); 191if ( GetTopLevelAncestor(target) == hitTargetAncestor || hitTargetAncestor == null )