System\Windows\Input\KeyboardNavigation.cs (6)
2718DependencyObject targetElement = MoveNext(sourceElement, null, direction, BASELINE_DEFAULT, BASELINE_DEFAULT, treeViewNavigation, considerDescendants);
2923return MoveNext(container, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);
2933return MoveNext(null, container, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);
2939return MoveNext(container, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);
2953DependencyObject insideElement = MoveNext(null, result, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);
2957return MoveNext(result, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);