1 write to _eventListener
UIAutomationClient (1)
MS\Internal\Automation\EventListenerClientSide.cs (1)
26_eventListener = l;
14 references to _eventListener
UIAutomationClient (14)
MS\Internal\Automation\EventListenerClientSide.cs (14)
72UiaCoreApi.UiaCacheResponse cacheResponse = new UiaCoreApi.UiaCacheResponse(requestedData, treeStructure, _eventListener.CacheRequest); 76ClientEventManager.CBQ.PostWorkItem(new CalloutQueueItem(_clientCallback, cacheResponse, e, _eventListener.CacheRequest)); 100if( _eventListener.EventId != eventId ) 113if ((_eventListener.TreeScope & TreeScope.Subtree) == TreeScope.Subtree && 128if ((_eventListener.TreeScope & TreeScope.Element) != 0 && Misc.Compare(el, elThis)) 136if (((_eventListener.TreeScope & TreeScope.Children) != 0 || (_eventListener.TreeScope & TreeScope.Descendants) != 0)) 144if (((_eventListener.TreeScope & TreeScope.Parent) != 0 || (_eventListener.TreeScope & TreeScope.Ancestors) != 0)) 152if ((_eventListener.TreeScope & TreeScope.Descendants) != 0 && IsChildOf(elThis, el)) 158if ((_eventListener.TreeScope & TreeScope.Ancestors) != 0 && IsChildOf(el, elThis)) 170if ((_eventListener.TreeScope & TreeScope.Subtree) == TreeScope.Subtree && 178if ( ( _eventListener.TreeScope & TreeScope.Element ) == 0 ) 208return _eventListener;