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)
407if(_defaultUiaCacheRequest == null) 411return _defaultUiaCacheRequest;