1 write to _eventListener
UIAutomationClient (1)
MS\Internal\Automation\EventListenerClientSide.cs (1)
27_eventListener = l;
14 references to _eventListener
UIAutomationClient (14)
MS\Internal\Automation\EventListenerClientSide.cs (14)
73UiaCoreApi.UiaCacheResponse cacheResponse = new UiaCoreApi.UiaCacheResponse(requestedData, treeStructure, _eventListener.CacheRequest); 77ClientEventManager.CBQ.PostWorkItem(new CalloutQueueItem(_clientCallback, cacheResponse, e, _eventListener.CacheRequest)); 101if( _eventListener.EventId != eventId ) 114if ((_eventListener.TreeScope & TreeScope.Subtree) == TreeScope.Subtree && 129if ((_eventListener.TreeScope & TreeScope.Element) != 0 && Misc.Compare(el, elThis)) 137if (((_eventListener.TreeScope & TreeScope.Children) != 0 || (_eventListener.TreeScope & TreeScope.Descendants) != 0)) 145if (((_eventListener.TreeScope & TreeScope.Parent) != 0 || (_eventListener.TreeScope & TreeScope.Ancestors) != 0)) 153if ((_eventListener.TreeScope & TreeScope.Descendants) != 0 && IsChildOf(elThis, el)) 159if ((_eventListener.TreeScope & TreeScope.Ancestors) != 0 && IsChildOf(el, elThis)) 171if ((_eventListener.TreeScope & TreeScope.Subtree) == TreeScope.Subtree && 179if ( ( _eventListener.TreeScope & TreeScope.Element ) == 0 ) 209return _eventListener;