4 instantiations of EventListener
UIAutomationClient (4)
System\Windows\Automation\Automation.cs (4)
216EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest); 286EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 331EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest); 372EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,
14 references to EventListener
UIAutomationClient (14)
MS\Internal\Automation\ClientEventManager.cs (7)
55internal static void AddFocusListener(Delegate eventCallback, EventListener l) 69internal static void AddListener(AutomationElement rawEl, Delegate eventCallback, EventListener l) 179EventListener l = ec.EventListener; 319EventListener l = ec.EventListener; 484private static void AddRootListener(Tracker idx, Delegate eventCallback, EventListener l) 578EventListener l = ec.EventListener; 642EventListener l = ec.EventListener;
MS\Internal\Automation\EventListenerClientSide.cs (3)
35internal EventListenerClientSide(AutomationElement elRoot, Delegate clientCallback, EventListener l) 215internal EventListener EventListener 300private EventListener _eventListener;
System\Windows\Automation\Automation.cs (4)
216EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest); 286EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 331EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest); 372EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,