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);
236
return new CacheRequest(_viewCondition,
_scope
, (ArrayList)_properties.Clone(), (ArrayList)_patterns.Clone(), _automationElementMode, _uiaCacheRequest);
299
return
_scope
;
317
if (
_scope
!= value)
436
_uiaCacheRequest = new UiaCoreApi.UiaCacheRequest(_viewCondition,
_scope
, propertiesArray, patternsArray, _automationElementMode);