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