4 instantiations of EventListener
UIAutomationClient (4)
System\Windows\Automation\Automation.cs (4)
176EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest); 234EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 267EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest); 297EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,
14 references to EventListener
UIAutomationClient (14)
MS\Internal\Automation\ClientEventManager.cs (7)
41internal static void AddFocusListener(Delegate eventCallback, EventListener l) 55internal static void AddListener(AutomationElement rawEl, Delegate eventCallback, EventListener l) 165EventListener l = ec.EventListener; 302EventListener l = ec.EventListener; 467private static void AddRootListener(Tracker idx, Delegate eventCallback, EventListener l) 560EventListener l = ec.EventListener; 623EventListener l = ec.EventListener;
MS\Internal\Automation\EventListenerClientSide.cs (3)
24internal EventListenerClientSide(AutomationElement elRoot, Delegate clientCallback, EventListener l) 204internal EventListener EventListener 289private EventListener _eventListener;
System\Windows\Automation\Automation.cs (4)
176EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest); 234EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 267EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest); 297EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,