4 references to CacheRequest
UIAutomationClient (4)
MS\Internal\Automation\ClientEventManager.cs (2)
134
ec.EventHandle = UiaCoreApi.UiaAddEvent(rawEl.RawNode, l.EventId.Id, ec.CallbackDelegate, l.TreeScope, PropertyArrayToIntArray(l.Properties), l.
CacheRequest
);
427
UiaCoreApi.UiaCacheRequest cacheRequest = listener.EventListener.
CacheRequest
;
MS\Internal\Automation\EventListenerClientSide.cs (2)
73
UiaCoreApi.UiaCacheResponse cacheResponse = new UiaCoreApi.UiaCacheResponse(requestedData, treeStructure, _eventListener.
CacheRequest
);
77
ClientEventManager.CBQ.PostWorkItem(new CalloutQueueItem(_clientCallback, cacheResponse, e, _eventListener.
CacheRequest
));