11 references to CurrentUiaCacheRequest
UIAutomationClient (11)
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); 301CacheRequest.CurrentUiaCacheRequest);
System\Windows\Automation\AutomationElement.cs (7)
415return DrillForPointOrFocus(true, pt, CacheRequest.CurrentUiaCacheRequest); 433UiaCoreApi.UiaCacheRequest cacheRequest = CacheRequest.CurrentUiaCacheRequest; 750UiaCoreApi.UiaCacheResponse[] responses = Find(scope, condition, CacheRequest.CurrentUiaCacheRequest, true, null); 758return CacheHelper.BuildAutomationElementsFromResponse(CacheRequest.CurrentUiaCacheRequest, responses[0]); 773UiaCoreApi.UiaCacheRequest request = CacheRequest.CurrentUiaCacheRequest; 944UiaCoreApi.UiaCacheRequest cacheRequest = CacheRequest.CurrentUiaCacheRequest; 961return DrillForPointOrFocus(false, new Point(0, 0), CacheRequest.CurrentUiaCacheRequest);