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