4 references to Full
UIAutomationClient (4)
MS\Internal\Automation\CacheHelper.cs (1)
164if (havePropertiesForThisNode && cacheRequest.AutomationElementMode == AutomationElementMode.Full)
MS\Internal\Automation\UiaCoreApi.cs (1)
208if (request._automationElementMode == AutomationElementMode.Full)
System\Windows\Automation\CacheRequest.cs (2)
102_automationElementMode = AutomationElementMode.Full; 409_defaultUiaCacheRequest = new UiaCoreApi.UiaCacheRequest(Automation.ControlViewCondition, TreeScope.Element, new AutomationProperty[] { AutomationElement.RuntimeIdProperty }, Array.Empty<AutomationPattern>(), AutomationElementMode.Full);