3 references to ControlViewCondition
UIAutomationClient (3)
System\Windows\Automation\CacheRequest.cs (2)
98_viewCondition = Automation.ControlViewCondition; 409_defaultUiaCacheRequest = new UiaCoreApi.UiaCacheRequest(Automation.ControlViewCondition, TreeScope.Element, new AutomationProperty[] { AutomationElement.RuntimeIdProperty }, Array.Empty<AutomationPattern>(), AutomationElementMode.Full);
System\Windows\Automation\TreeWalker.cs (1)
58public static readonly TreeWalker ControlViewWalker = new TreeWalker(Automation.ControlViewCondition);