6 references to MoveNext
PresentationFramework (6)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (6)
2818DependencyObject targetElement = MoveNext(sourceElement, null, direction, BASELINE_DEFAULT, BASELINE_DEFAULT, treeViewNavigation, considerDescendants); 3028return MoveNext(container, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 3038return MoveNext(null, container, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 3044return MoveNext(container, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 3058DependencyObject insideElement = MoveNext(null, result, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 3062return MoveNext(result, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);