6 references to IsGroup
PresentationFramework (6)
System\Windows\Input\KeyboardNavigation.cs (6)
1793
if (e == container || !
IsGroup
(e))
1833
if (
IsGroup
(result))
1850
} while (container != null && !
IsGroup
(container));
1886
if (
IsGroup
(e))
1967
return IsTabStop(e) ||
IsGroup
(e);
2319
if (IsTabStop(nextTabElement) && !
IsGroup
(nextTabElement))