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