1 override of PredictFocus
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
5330public sealed override DependencyObject PredictFocus(FocusNavigationDirection direction)
2 references to PredictFocus
PresentationCore (1)
Core\CSharp\MS\Internal\UIElementHelper.cs (1)
58return uie.PredictFocus(direction);
PresentationFramework (1)
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
990predictedFocus = currentFocusUIElement.PredictFocus(direction);