3 writes to _scope
UIAutomationClient (3)
System\Windows\Automation\CacheRequest.cs (3)
102_scope = TreeScope.Element; 123_scope = scope; 319_scope = value;
5 references to _scope
UIAutomationClient (5)
System\Windows\Automation\CacheRequest.cs (5)
178_uiaCacheRequest = new UiaCoreApi.UiaCacheRequest(_viewCondition, _scope, propertyArray, patternArray, _automationElementMode); 236return new CacheRequest(_viewCondition, _scope, (ArrayList)_properties.Clone(), (ArrayList)_patterns.Clone(), _automationElementMode, _uiaCacheRequest); 299return _scope; 317if (_scope != value) 436_uiaCacheRequest = new UiaCoreApi.UiaCacheRequest(_viewCondition, _scope, propertiesArray, patternsArray, _automationElementMode);