3 writes to _scope
UIAutomationClient (3)
System\Windows\Automation\CacheRequest.cs (3)
100_scope = TreeScope.Element; 121_scope = scope; 317_scope = value;
5 references to _scope
UIAutomationClient (5)
System\Windows\Automation\CacheRequest.cs (5)
176_uiaCacheRequest = new UiaCoreApi.UiaCacheRequest(_viewCondition, _scope, propertyArray, patternArray, _automationElementMode); 234return new CacheRequest(_viewCondition, _scope, (ArrayList)_properties.Clone(), (ArrayList)_patterns.Clone(), _automationElementMode, _uiaCacheRequest); 297return _scope; 315if (_scope != value) 434_uiaCacheRequest = new UiaCoreApi.UiaCacheRequest(_viewCondition, _scope, propertiesArray, patternsArray, _automationElementMode);