2 references to IsChildOf
UIAutomationClient (2)
MS\Internal\Automation\EventListenerClientSide.cs (2)
163if ((_eventListener.TreeScope & TreeScope.Descendants) != 0 && IsChildOf(elThis, el)) 169if ((_eventListener.TreeScope & TreeScope.Ancestors) != 0 && IsChildOf(el, elThis))