8 references to GetPrevTab
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
991nextTab = GetPrevTab(currentElement, null, false); 1001nextTab = GetPrevTab(null, currentElement, true); 2270return GetPrevTab(null, activeElement, true); 2285return GetPrevTab(container, null, false); 2289return GetPrevTab(null, firstTabElement, true); 2305return GetPrevTab(container, null, false); 2331DependencyObject lastTabElementInside = GetPrevTab(null, nextTabElement, true); 2345return GetPrevTab(container, null, false);