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