6 references to GetNextTab
PresentationFramework (6)
System\Windows\Input\KeyboardNavigation.cs (6)
986nextTab = GetNextTab(currentElement, GetGroupParent(currentElement, true /*includeCurrent*/), false);
996nextTab = GetNextTab(null, currentElement, true);
2095return GetNextTab(null, activeElement, true);
2106return GetNextTab(container, parentContainer, goDownOnly);
2127DependencyObject firstTabElementInside = GetNextTab(null, nextTabElement, true);
2142return GetNextTab(container, GetGroupParent(container), false);