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