3 references to PredictFocusedElement
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (2)
1978nextElement = KeyboardNavigation.Current.PredictFocusedElement(startingElement, 2107nextElement = KeyboardNavigation.Current.PredictFocusedElement(startingElement,
System\Windows\Input\KeyboardNavigation.cs (1)
1277return PredictFocusedElement(sourceElement, direction, /*treeViewNavigation*/ false);