Base:
method
PredictFocus
System.Windows.UIElement.PredictFocus(System.Windows.Input.FocusNavigationDirection)
4 references to PredictFocus
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (1)
5600DependencyObject nextFocusTarget = this.PredictFocus(KeyToTraversalDirection(e.Key));
System\Windows\Controls\ScrollViewer.cs (1)
976predictedFocus = viewPort.PredictFocus(direction);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (1)
556DependencyObject nextFocus = menuItem.PredictFocus(FocusNavigationDirection.Right);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
732RibbonGalleryItem predictedFocus = focusedElement.PredictFocus(direction) as RibbonGalleryItem;