11 references to TreeScope
UIAutomationClient (11)
MS\Internal\Automation\ClientEventManager.cs (1)
130
ec.EventHandle = UiaCoreApi.UiaAddEvent(rawEl.RawNode, l.EventId.Id, ec.CallbackDelegate, l.
TreeScope
, PropertyArrayToIntArray(l.Properties), l.CacheRequest);
MS\Internal\Automation\EventListenerClientSide.cs (10)
113
if ((_eventListener.
TreeScope
& TreeScope.Subtree) == TreeScope.Subtree &&
128
if ((_eventListener.
TreeScope
& TreeScope.Element) != 0 && Misc.Compare(el, elThis))
136
if (((_eventListener.
TreeScope
& TreeScope.Children) != 0 || (_eventListener.
TreeScope
& TreeScope.Descendants) != 0))
144
if (((_eventListener.
TreeScope
& TreeScope.Parent) != 0 || (_eventListener.
TreeScope
& TreeScope.Ancestors) != 0))
152
if ((_eventListener.
TreeScope
& TreeScope.Descendants) != 0 && IsChildOf(elThis, el))
158
if ((_eventListener.
TreeScope
& TreeScope.Ancestors) != 0 && IsChildOf(el, elThis))
170
if ((_eventListener.
TreeScope
& TreeScope.Subtree) == TreeScope.Subtree &&
178
if ( ( _eventListener.
TreeScope
& TreeScope.Element ) == 0 )