3 writes to _scope
UIAutomationClient (3)
System\Windows\Automation\CacheRequest.cs (3)
99_scope = TreeScope.Element; 120_scope = scope; 316_scope = value;
5 references to _scope
UIAutomationClient (5)
System\Windows\Automation\CacheRequest.cs (5)
175_uiaCacheRequest = new UiaCoreApi.UiaCacheRequest(_viewCondition, _scope, propertyArray, patternArray, _automationElementMode); 233return new CacheRequest(_viewCondition, _scope, (ArrayList)_properties.Clone(), (ArrayList)_patterns.Clone(), _automationElementMode, _uiaCacheRequest); 296return _scope; 314if (_scope != value) 433_uiaCacheRequest = new UiaCoreApi.UiaCacheRequest(_viewCondition, _scope, propertiesArray, patternsArray, _automationElementMode);