System\Windows\Automation\Automation.cs (4)
177EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest);
235EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest);
268EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest);
298EventListener l = new EventListener(AutomationElement.AutomationFocusChangedEvent,