8 references to GetPrevTab
PresentationFramework (8)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (8)
1056nextTab = GetPrevTab(currentElement, null, false); 1066nextTab = GetPrevTab(null, currentElement, true); 2367return GetPrevTab(null, activeElement, true); 2382return GetPrevTab(container, null, false); 2386return GetPrevTab(null, firstTabElement, true); 2402return GetPrevTab(container, null, false); 2428DependencyObject lastTabElementInside = GetPrevTab(null, nextTabElement, true); 2442return GetPrevTab(container, null, false);