5 references to UiaGetUpdatedCache
UIAutomationClient (5)
MS\Internal\Automation\ClientSideQueueItem.cs (1)
66
UiaCoreApi.UiaCacheResponse response = UiaCoreApi.
UiaGetUpdatedCache
(_srcEl.RawNode, _request, UiaCoreApi.NormalizeState.View, null);
System\Windows\Automation\AutomationElement.cs (4)
452
UiaCoreApi.UiaCacheResponse response = UiaCoreApi.
UiaGetUpdatedCache
(hnode, cacheRequest, UiaCoreApi.NormalizeState.None, null);
795
UiaCoreApi.UiaCacheResponse response = UiaCoreApi.
UiaGetUpdatedCache
(_hnode, cacheRequest, UiaCoreApi.NormalizeState.None, null);
1037
UiaCoreApi.UiaCacheResponse response = UiaCoreApi.
UiaGetUpdatedCache
(hnode, cacheRequest, UiaCoreApi.NormalizeState.None, null);
1238
UiaCoreApi.UiaCacheResponse response = UiaCoreApi.
UiaGetUpdatedCache
(_hnode, cacheRequest, UiaCoreApi.NormalizeState.Custom, condition);