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