1 override of PredictFocus
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5325public sealed override DependencyObject PredictFocus(FocusNavigationDirection direction)
3 references to PredictFocus
PresentationCore (1)
MS\Internal\UIElementHelper.cs (1)
62return uie.PredictFocus(direction);
PresentationFramework (1)
System\Windows\Controls\ScrollViewer.cs (1)
963predictedFocus = currentFocusUIElement.PredictFocus(direction);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
503return uie.PredictFocus(direction);