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