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