4 references to Full
UIAutomationClient (4)
MS\Internal\Automation\CacheHelper.cs (1)
178
if (havePropertiesForThisNode && cacheRequest.AutomationElementMode == AutomationElementMode.
Full
)
MS\Internal\Automation\UiaCoreAPI.cs (1)
222
if (request._automationElementMode == AutomationElementMode.
Full
)
System\Windows\Automation\CacheRequest.cs (2)
112
_automationElementMode = AutomationElementMode.
Full
;
419
_defaultUiaCacheRequest = new UiaCoreApi.UiaCacheRequest(Automation.ControlViewCondition, TreeScope.Element, new AutomationProperty[] { AutomationElement.RuntimeIdProperty }, new AutomationPattern[] { }, AutomationElementMode.
Full
);