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