6 references to UiaCacheResponse
UIAutomationClient (6)
MS\Internal\Automation\EventListenerClientSide.cs (1)
73UiaCoreApi.UiaCacheResponse cacheResponse = new UiaCoreApi.UiaCacheResponse(requestedData, treeStructure, _eventListener.CacheRequest);
MS\Internal\Automation\UiaCoreApi.cs (5)
366return new UiaCacheResponse(requestedData, treeStructure, request); 378return new UiaCacheResponse(requestedData, treeStructure, request); 390return new UiaCacheResponse(requestedData, treeStructure, request); 432return new UiaCacheResponse(requestedData, treeStructure, request); 473responses[i] = new UiaCacheResponse(elementData, treeStructures[i], request);