5 references to Automation
UIAutomationClient (5)
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 (3)
53
public static readonly TreeWalker RawViewWalker = new TreeWalker(
Automation
.RawViewCondition);
58
public static readonly TreeWalker ControlViewWalker = new TreeWalker(
Automation
.ControlViewCondition);
63
public static readonly TreeWalker ContentViewWalker = new TreeWalker(
Automation
.ContentViewCondition);