System\Windows\Input\KeyboardNavigation.cs (6)
2720DependencyObject targetElement = MoveNext(sourceElement, null, direction, BASELINE_DEFAULT, BASELINE_DEFAULT, treeViewNavigation, considerDescendants);
2925return MoveNext(container, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);
2935return MoveNext(null, container, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);
2941return MoveNext(container, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);
2955DependencyObject insideElement = MoveNext(null, result, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);
2959return MoveNext(result, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);