1 write to _defaultUiaCacheRequest
UIAutomationClient (1)
System\Windows\Automation\CacheRequest.cs (1)
409
_defaultUiaCacheRequest
= new UiaCoreApi.UiaCacheRequest(Automation.ControlViewCondition, TreeScope.Element, new AutomationProperty[] { AutomationElement.RuntimeIdProperty }, Array.Empty<AutomationPattern>(), AutomationElementMode.Full);
2 references to _defaultUiaCacheRequest
UIAutomationClient (2)
System\Windows\Automation\CacheRequest.cs (2)
407
if(
_defaultUiaCacheRequest
== null)
411
return
_defaultUiaCacheRequest
;