1 write to _defaultUiaCacheRequest
UIAutomationClient (1)
System\Windows\Automation\CacheRequest.cs (1)
410
_defaultUiaCacheRequest
= new UiaCoreApi.UiaCacheRequest(Automation.ControlViewCondition, TreeScope.Element, new AutomationProperty[] { AutomationElement.RuntimeIdProperty }, new AutomationPattern[] { }, AutomationElementMode.Full);
2 references to _defaultUiaCacheRequest
UIAutomationClient (2)
System\Windows\Automation\CacheRequest.cs (2)
408
if(
_defaultUiaCacheRequest
== null)
412
return
_defaultUiaCacheRequest
;