1 write to _eventListener
UIAutomationClient (1)
MS\Internal\Automation\EventListenerClientSide.cs (1)
37_eventListener = l;
14 references to _eventListener
UIAutomationClient (14)
MS\Internal\Automation\EventListenerClientSide.cs (14)
83UiaCoreApi.UiaCacheResponse cacheResponse = new UiaCoreApi.UiaCacheResponse(requestedData, treeStructure, _eventListener.CacheRequest); 87ClientEventManager.CBQ.PostWorkItem(new CalloutQueueItem(_clientCallback, cacheResponse, e, _eventListener.CacheRequest)); 111if( _eventListener.EventId != eventId ) 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 ) 219return _eventListener;