4 references to Full
UIAutomationClient (4)
MS\Internal\Automation\CacheHelper.cs (1)
178if (havePropertiesForThisNode && cacheRequest.AutomationElementMode == AutomationElementMode.Full)
MS\Internal\Automation\UiaCoreAPI.cs (1)
222if (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);