6 references to IsGroup
PresentationFramework (6)
System\Windows\Input\KeyboardNavigation.cs (6)
1805if (e == container || !IsGroup(e)) 1845if (IsGroup(result)) 1862} while (container != null && !IsGroup(container)); 1898if (IsGroup(e)) 1979return IsTabStop(e) || IsGroup(e); 2331if (IsTabStop(nextTabElement) && !IsGroup(nextTabElement))