6 references to UiaCacheResponse
UIAutomationClient (6)
MS\Internal\Automation\EventListenerClientSide.cs (1)
72
UiaCoreApi.UiaCacheResponse cacheResponse = new UiaCoreApi.
UiaCacheResponse
(requestedData, treeStructure, _eventListener.CacheRequest);
MS\Internal\Automation\UiaCoreApi.cs (5)
365
return new
UiaCacheResponse
(requestedData, treeStructure, request);
377
return new
UiaCacheResponse
(requestedData, treeStructure, request);
389
return new
UiaCacheResponse
(requestedData, treeStructure, request);
431
return new
UiaCacheResponse
(requestedData, treeStructure, request);
472
responses[i] = new
UiaCacheResponse
(elementData, treeStructures[i], request);