6 references to GetNextTab
PresentationFramework (6)
System\Windows\Input\KeyboardNavigation.cs (6)
996nextTab = GetNextTab(currentElement, GetGroupParent(currentElement, true /*includeCurrent*/), false);
1006nextTab = GetNextTab(null, currentElement, true);
2105return GetNextTab(null, activeElement, true);
2116return GetNextTab(container, parentContainer, goDownOnly);
2137DependencyObject firstTabElementInside = GetNextTab(null, nextTabElement, true);
2152return GetNextTab(container, GetGroupParent(container), false);