6 references to MoveNext
PresentationFramework (6)
System\Windows\Input\KeyboardNavigation.cs (6)
2718DependencyObject targetElement = MoveNext(sourceElement, null, direction, BASELINE_DEFAULT, BASELINE_DEFAULT, treeViewNavigation, considerDescendants); 2920return MoveNext(container, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 2930return MoveNext(null, container, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 2936return MoveNext(container, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 2950DependencyObject insideElement = MoveNext(null, result, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 2954return MoveNext(result, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);