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,