11 references to CurrentUiaCacheRequest
UIAutomationClient (11)
System\Windows\Automation\Automation.cs (4)
186
EventListener l = new EventListener(eventId, scope, null, CacheRequest.
CurrentUiaCacheRequest
);
244
EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.
CurrentUiaCacheRequest
);
277
EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.
CurrentUiaCacheRequest
);
310
CacheRequest.
CurrentUiaCacheRequest
);
System\Windows\Automation\AutomationElement.cs (7)
418
return DrillForPointOrFocus(true, pt, CacheRequest.
CurrentUiaCacheRequest
);
436
UiaCoreApi.UiaCacheRequest cacheRequest = CacheRequest.
CurrentUiaCacheRequest
;
756
UiaCoreApi.UiaCacheResponse[] responses = Find(scope, condition, CacheRequest.
CurrentUiaCacheRequest
, true, null);
764
return CacheHelper.BuildAutomationElementsFromResponse(CacheRequest.
CurrentUiaCacheRequest
, responses[0]);
779
UiaCoreApi.UiaCacheRequest request = CacheRequest.
CurrentUiaCacheRequest
;
950
UiaCoreApi.UiaCacheRequest cacheRequest = CacheRequest.
CurrentUiaCacheRequest
;
967
return DrillForPointOrFocus(false, new Point(0, 0), CacheRequest.
CurrentUiaCacheRequest
);