6 references to MoveNext
PresentationFramework (6)
System\Windows\Input\KeyboardNavigation.cs (6)
2730DependencyObject targetElement = MoveNext(sourceElement, null, direction, BASELINE_DEFAULT, BASELINE_DEFAULT, treeViewNavigation, considerDescendants); 2939return MoveNext(container, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 2949return MoveNext(null, container, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 2955return MoveNext(container, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 2969DependencyObject insideElement = MoveNext(null, result, direction, startRange, endRange, treeViewNavigation, considerDescendants:true); 2973return MoveNext(result, null, direction, startRange, endRange, treeViewNavigation, considerDescendants:true);