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