3 writes to _scope
UIAutomationClient (3)
System\Windows\Automation\CacheRequest.cs (3)
109
_scope
= TreeScope.Element;
130
_scope
= scope;
326
_scope
= value;
5 references to _scope
UIAutomationClient (5)
System\Windows\Automation\CacheRequest.cs (5)
185
_uiaCacheRequest = new UiaCoreApi.UiaCacheRequest(_viewCondition,
_scope
, propertyArray, patternArray, _automationElementMode);
243
return new CacheRequest(_viewCondition,
_scope
, (ArrayList)_properties.Clone(), (ArrayList)_patterns.Clone(), _automationElementMode, _uiaCacheRequest);
306
return
_scope
;
324
if (
_scope
!= value)
443
_uiaCacheRequest = new UiaCoreApi.UiaCacheRequest(_viewCondition,
_scope
, propertiesArray, patternsArray, _automationElementMode);