8 references to GetPrevTab
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
990nextTab = GetPrevTab(currentElement, null, false);
1000nextTab = GetPrevTab(null, currentElement, true);
2268return GetPrevTab(null, activeElement, true);
2283return GetPrevTab(container, null, false);
2287return GetPrevTab(null, firstTabElement, true);
2303return GetPrevTab(container, null, false);
2329DependencyObject lastTabElementInside = GetPrevTab(null, nextTabElement, true);
2343return GetPrevTab(container, null, false);