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