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