6 references to GetNextTab
PresentationFramework (6)
System\Windows\Input\KeyboardNavigation.cs (6)
985nextTab = GetNextTab(currentElement, GetGroupParent(currentElement, true /*includeCurrent*/), false); 995nextTab = GetNextTab(null, currentElement, true); 2093return GetNextTab(null, activeElement, true); 2104return GetNextTab(container, parentContainer, goDownOnly); 2125DependencyObject firstTabElementInside = GetNextTab(null, nextTabElement, true); 2140return GetNextTab(container, GetGroupParent(container), false);