6 references to IsGroup
PresentationFramework (6)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (6)
1891if (e == container || !IsGroup(e)) 1931if (IsGroup(result)) 1948} while (container != null && !IsGroup(container)); 1984if (IsGroup(e)) 2065return IsTabStop(e) || IsGroup(e); 2418if (IsTabStop(nextTabElement) && !IsGroup(nextTabElement))