11 references to CurrentUiaCacheRequest
UIAutomationClient (11)
System\Windows\Automation\Automation.cs (4)
176
EventListener l = new EventListener(eventId, scope, null, CacheRequest.
CurrentUiaCacheRequest
);
234
EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.
CurrentUiaCacheRequest
);
267
EventListener l = new EventListener(AutomationElement.StructureChangedEvent, scope, null, CacheRequest.
CurrentUiaCacheRequest
);
300
CacheRequest.
CurrentUiaCacheRequest
);
System\Windows\Automation\AutomationElement.cs (7)
414
return DrillForPointOrFocus(true, pt, CacheRequest.
CurrentUiaCacheRequest
);
432
UiaCoreApi.UiaCacheRequest cacheRequest = CacheRequest.
CurrentUiaCacheRequest
;
749
UiaCoreApi.UiaCacheResponse[] responses = Find(scope, condition, CacheRequest.
CurrentUiaCacheRequest
, true, null);
757
return CacheHelper.BuildAutomationElementsFromResponse(CacheRequest.
CurrentUiaCacheRequest
, responses[0]);
772
UiaCoreApi.UiaCacheRequest request = CacheRequest.
CurrentUiaCacheRequest
;
943
UiaCoreApi.UiaCacheRequest cacheRequest = CacheRequest.
CurrentUiaCacheRequest
;
960
return DrillForPointOrFocus(false, new Point(0, 0), CacheRequest.
CurrentUiaCacheRequest
);