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