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