4 references to 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,