2 references to GetNextTabInGroup
PresentationFramework (2)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
2214while ((nextTabElement = GetNextTabInGroup(nextTabElement, container, currentTabbingType)) != null) 2374DependencyObject firstTabElement = GetNextTabInGroup(null, container, tabbingType);