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