1 write to _defaultUiaCacheRequest
UIAutomationClient (1)
System\Windows\Automation\CacheRequest.cs (1)
419
_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)
417
if(
_defaultUiaCacheRequest
== null)
421
return
_defaultUiaCacheRequest
;