src\Framework\System\Windows\Input\KeyboardNavigation.cs (6)
1051nextTab = GetNextTab(currentElement, GetGroupParent(currentElement, true /*includeCurrent*/), false);
1061nextTab = GetNextTab(null, currentElement, true);
2192return GetNextTab(null, activeElement, true);
2203return GetNextTab(container, parentContainer, goDownOnly);
2224DependencyObject firstTabElementInside = GetNextTab(null, nextTabElement, true);
2239return GetNextTab(container, GetGroupParent(container), false);