6 references to UiaCacheResponse
UIAutomationClient (6)
MS\Internal\Automation\EventListenerClientSide.cs (1)
83
UiaCoreApi.UiaCacheResponse cacheResponse = new UiaCoreApi.
UiaCacheResponse
(requestedData, treeStructure, _eventListener.CacheRequest);
MS\Internal\Automation\UiaCoreAPI.cs (5)
379
return new
UiaCacheResponse
(requestedData, treeStructure, request);
391
return new
UiaCacheResponse
(requestedData, treeStructure, request);
403
return new
UiaCacheResponse
(requestedData, treeStructure, request);
445
return new
UiaCacheResponse
(requestedData, treeStructure, request);
486
responses[i] = new
UiaCacheResponse
(elementData, treeStructures[i], request);