11 references to TreeScope
UIAutomationClient (11)
MS\Internal\Automation\ClientEventManager.cs (1)
134
ec.EventHandle = UiaCoreApi.UiaAddEvent(rawEl.RawNode, l.EventId.Id, ec.CallbackDelegate, l.
TreeScope
, PropertyArrayToIntArray(l.Properties), l.CacheRequest);
MS\Internal\Automation\EventListenerClientSide.cs (10)
114
if ((_eventListener.
TreeScope
& TreeScope.Subtree) == TreeScope.Subtree &&
129
if ((_eventListener.
TreeScope
& TreeScope.Element) != 0 && Misc.Compare(el, elThis))
137
if (((_eventListener.
TreeScope
& TreeScope.Children) != 0 || (_eventListener.
TreeScope
& TreeScope.Descendants) != 0))
145
if (((_eventListener.
TreeScope
& TreeScope.Parent) != 0 || (_eventListener.
TreeScope
& TreeScope.Ancestors) != 0))
153
if ((_eventListener.
TreeScope
& TreeScope.Descendants) != 0 && IsChildOf(elThis, el))
159
if ((_eventListener.
TreeScope
& TreeScope.Ancestors) != 0 && IsChildOf(el, elThis))
171
if ((_eventListener.
TreeScope
& TreeScope.Subtree) == TreeScope.Subtree &&
179
if ( ( _eventListener.
TreeScope
& TreeScope.Element ) == 0 )