11 references to CurrentUiaCacheRequest
UIAutomationClient (11)
System\Windows\Automation\Automation.cs (4)
192EventListener l = new EventListener(eventId, scope, null, CacheRequest.CurrentUiaCacheRequest); 250EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 283EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.CurrentUiaCacheRequest); 316CacheRequest.CurrentUiaCacheRequest);
System\Windows\Automation\AutomationElement.cs (7)
424return DrillForPointOrFocus(true, pt, CacheRequest.CurrentUiaCacheRequest); 442UiaCoreApi.UiaCacheRequest cacheRequest = CacheRequest.CurrentUiaCacheRequest; 762UiaCoreApi.UiaCacheResponse[] responses = Find(scope, condition, CacheRequest.CurrentUiaCacheRequest, true, null); 770return CacheHelper.BuildAutomationElementsFromResponse(CacheRequest.CurrentUiaCacheRequest, responses[0]); 785UiaCoreApi.UiaCacheRequest request = CacheRequest.CurrentUiaCacheRequest; 956UiaCoreApi.UiaCacheRequest cacheRequest = CacheRequest.CurrentUiaCacheRequest; 973return DrillForPointOrFocus(false, new Point(0, 0), CacheRequest.CurrentUiaCacheRequest);