4 instantiations of EventListener
UIAutomationClient (4)
System\Windows\Automation\Automation.cs (4)
192EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest); 250EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 283EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest); 313EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,
14 references to EventListener
UIAutomationClient (14)
MS\Internal\Automation\ClientEventManager.cs (7)
47internal static void AddFocusListener(Delegate eventCallback, EventListener l) 61internal static void AddListener(AutomationElement rawEl, Delegate eventCallback, EventListener l) 171EventListener l = ec.EventListener; 311EventListener l = ec.EventListener; 476private static void AddRootListener(Tracker idx, Delegate eventCallback, EventListener l) 569EventListener l = ec.EventListener; 632EventListener l = ec.EventListener;
MS\Internal\Automation\EventListenerClientSide.cs (3)
27internal EventListenerClientSide(AutomationElement elRoot, Delegate clientCallback, EventListener l) 207internal EventListener EventListener 292private EventListener _eventListener;
System\Windows\Automation\Automation.cs (4)
192EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest); 250EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 283EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest); 313EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,