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