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