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