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