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