6 references to IsGroup
PresentationFramework (6)
System\Windows\Input\KeyboardNavigation.cs (6)
1795if (e == container || !IsGroup(e)) 1835if (IsGroup(result)) 1852} while (container != null && !IsGroup(container)); 1888if (IsGroup(e)) 1969return IsTabStop(e) || IsGroup(e); 2321if (IsTabStop(nextTabElement) && !IsGroup(nextTabElement))