1 override of PredictFocus
PresentationFramework (1)
System\Windows\FrameworkContentElement.cs (1)
1022public sealed override DependencyObject PredictFocus(FocusNavigationDirection direction)
3 references to PredictFocus
PresentationCore (1)
MS\Internal\UIElementHelper.cs (1)
66return ce.PredictFocus(direction);
PresentationFramework (1)
System\Windows\Controls\ScrollViewer.cs (1)
970predictedFocus = currentFocusContentElement.PredictFocus(direction);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
507return ce.PredictFocus(direction);