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