3 references to TreeWalker
UIAutomationClient (3)
System\Windows\Automation\TreeWalker.cs (3)
53public static readonly TreeWalker RawViewWalker = new TreeWalker(Automation.RawViewCondition); 58public static readonly TreeWalker ControlViewWalker = new TreeWalker(Automation.ControlViewCondition); 63public static readonly TreeWalker ContentViewWalker = new TreeWalker(Automation.ContentViewCondition);