5 references to Automation
UIAutomationClient (5)
System\Windows\Automation\CacheRequest.cs (2)
101
_viewCondition =
Automation
.ControlViewCondition;
412
_defaultUiaCacheRequest = new UiaCoreApi.UiaCacheRequest(
Automation
.ControlViewCondition, TreeScope.Element, new AutomationProperty[] { AutomationElement.RuntimeIdProperty }, new AutomationPattern[] { }, AutomationElementMode.Full);
System\Windows\Automation\TreeWalker.cs (3)
56
public static readonly TreeWalker RawViewWalker = new TreeWalker(
Automation
.RawViewCondition);
61
public static readonly TreeWalker ControlViewWalker = new TreeWalker(
Automation
.ControlViewCondition);
66
public static readonly TreeWalker ContentViewWalker = new TreeWalker(
Automation
.ContentViewCondition);