2 references to TreeScope
UIAutomationClient (2)
MS\Internal\Automation\CacheHelper.cs (2)
102
bool askedForChildren = (cacheRequest.
TreeScope
& TreeScope.Children) != 0;
103
bool askedForDescendants = (cacheRequest.
TreeScope
& TreeScope.Descendants) != 0;