11 references to TreeScope
UIAutomationClient (11)
MS\Internal\Automation\ClientEventManager.cs (1)
136ec.EventHandle = UiaCoreApi.UiaAddEvent(rawEl.RawNode, l.EventId.Id, ec.CallbackDelegate, l.TreeScope, PropertyArrayToIntArray(l.Properties), l.CacheRequest);
MS\Internal\Automation\EventListenerClientSide.cs (10)
116if ((_eventListener.TreeScope & TreeScope.Subtree) == TreeScope.Subtree && 131if ((_eventListener.TreeScope & TreeScope.Element) != 0 && Misc.Compare(el, elThis)) 139if (((_eventListener.TreeScope & TreeScope.Children) != 0 || (_eventListener.TreeScope & TreeScope.Descendants) != 0)) 147if (((_eventListener.TreeScope & TreeScope.Parent) != 0 || (_eventListener.TreeScope & TreeScope.Ancestors) != 0)) 155if ((_eventListener.TreeScope & TreeScope.Descendants) != 0 && IsChildOf(elThis, el)) 161if ((_eventListener.TreeScope & TreeScope.Ancestors) != 0 && IsChildOf(el, elThis)) 173if ((_eventListener.TreeScope & TreeScope.Subtree) == TreeScope.Subtree && 181if ( ( _eventListener.TreeScope & TreeScope.Element ) == 0 )