System\Windows\Automation\Automation.cs (4)
186EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest);
244EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest);
277EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest);
307EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,