8 references to GetPrevTab
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
1001nextTab = GetPrevTab(currentElement, null, false); 1011nextTab = GetPrevTab(null, currentElement, true); 2280return GetPrevTab(null, activeElement, true); 2295return GetPrevTab(container, null, false); 2299return GetPrevTab(null, firstTabElement, true); 2315return GetPrevTab(container, null, false); 2341DependencyObject lastTabElementInside = GetPrevTab(null, nextTabElement, true); 2355return GetPrevTab(container, null, false);