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