11 references to CurrentUiaCacheRequest
UIAutomationClient (11)
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); 375CacheRequest.CurrentUiaCacheRequest);
System\Windows\Automation\AutomationElement.cs (7)
427return DrillForPointOrFocus(true, pt, CacheRequest.CurrentUiaCacheRequest); 450UiaCoreApi.UiaCacheRequest cacheRequest = CacheRequest.CurrentUiaCacheRequest; 810UiaCoreApi.UiaCacheResponse[] responses = Find(scope, condition, CacheRequest.CurrentUiaCacheRequest, true, null); 818return CacheHelper.BuildAutomationElementsFromResponse(CacheRequest.CurrentUiaCacheRequest, responses[0]); 833UiaCoreApi.UiaCacheRequest request = CacheRequest.CurrentUiaCacheRequest; 1034UiaCoreApi.UiaCacheRequest cacheRequest = CacheRequest.CurrentUiaCacheRequest; 1057return DrillForPointOrFocus(false, new Point(0, 0), CacheRequest.CurrentUiaCacheRequest);