4 instantiations of EventListener
UIAutomationClient (4)
System\Windows\Automation\Automation.cs (4)
177EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest); 235EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 268EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest); 298EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,
14 references to EventListener
UIAutomationClient (14)
MS\Internal\Automation\ClientEventManager.cs (7)
42internal static void AddFocusListener(Delegate eventCallback, EventListener l) 56internal static void AddListener(AutomationElement rawEl, Delegate eventCallback, EventListener l) 166EventListener l = ec.EventListener; 303EventListener l = ec.EventListener; 468private static void AddRootListener(Tracker idx, Delegate eventCallback, EventListener l) 561EventListener l = ec.EventListener; 624EventListener l = ec.EventListener;
MS\Internal\Automation\EventListenerClientSide.cs (3)
25internal EventListenerClientSide(AutomationElement elRoot, Delegate clientCallback, EventListener l) 205internal EventListener EventListener 290private EventListener _eventListener;
System\Windows\Automation\Automation.cs (4)
177EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest); 235EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 268EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest); 298EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,