5 references to Ancestors
UIAutomationClient (5)
MS\Internal\Automation\EventListenerClientSide.cs (2)
144if (((_eventListener.TreeScope & TreeScope.Parent) != 0 || (_eventListener.TreeScope & TreeScope.Ancestors) != 0)) 158if ((_eventListener.TreeScope & TreeScope.Ancestors) != 0 && IsChildOf(el, elThis))
System\Windows\Automation\Automation.cs (3)
151if ( ( scope & ( TreeScope.Ancestors | TreeScope.Element | TreeScope.Descendants ) ) == ( TreeScope.Ancestors | TreeScope.Element | TreeScope.Descendants ) ) 298TreeScope.Subtree | TreeScope.Ancestors,