4 instantiations of EventListener
UIAutomationClient (4)
System\Windows\Automation\Automation.cs (4)
186
EventListener l = new
EventListener
(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest);
244
EventListener l = new
EventListener
(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest);
277
EventListener l = new
EventListener
(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest);
307
EventListener l = new
EventListener
(AutomationElement.AutomationFocusChangedEvent,
14 references to EventListener
UIAutomationClient (14)
MS\Internal\Automation\ClientEventManager.cs (7)
45
internal static void AddFocusListener(Delegate eventCallback,
EventListener
l)
59
internal static void AddListener(AutomationElement rawEl, Delegate eventCallback,
EventListener
l)
169
EventListener
l = ec.EventListener;
309
EventListener
l = ec.EventListener;
474
private static void AddRootListener(Tracker idx, Delegate eventCallback,
EventListener
l)
567
EventListener
l = ec.EventListener;
630
EventListener
l = ec.EventListener;
MS\Internal\Automation\EventListenerClientSide.cs (3)
25
internal EventListenerClientSide(AutomationElement elRoot, Delegate clientCallback,
EventListener
l)
205
internal
EventListener
EventListener
290
private
EventListener
_eventListener;
System\Windows\Automation\Automation.cs (4)
186
EventListener
l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest);
244
EventListener
l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest);
277
EventListener
l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest);
307
EventListener
l = new EventListener(AutomationElement.AutomationFocusChangedEvent,