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